diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
commit | 8c8ae997edb2f742d723ddadac59587b71af582d (patch) | |
tree | b7e9da08753aaf78271422f58cbda2507b7e82a6 /libpqpp/Jamfile.jam | |
parent | Close select tx after close cursor, add error checking (diff) | |
download | libdbpp-postgresql-8c8ae997edb2f742d723ddadac59587b71af582d.tar.bz2 libdbpp-postgresql-8c8ae997edb2f742d723ddadac59587b71af582d.tar.xz libdbpp-postgresql-8c8ae997edb2f742d723ddadac59587b71af582d.zip |
Partially tested global visibility hidden in all projects
Diffstat (limited to 'libpqpp/Jamfile.jam')
-rw-r--r-- | libpqpp/Jamfile.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpqpp/Jamfile.jam b/libpqpp/Jamfile.jam index 359edbc..b1578ab 100644 --- a/libpqpp/Jamfile.jam +++ b/libpqpp/Jamfile.jam @@ -20,7 +20,6 @@ lib dbpp-postgresql : <library>dbppcore <library>boost_date_time <library>boost_system - <cflags>-fvisibility=hidden : : <include>. <cflags>"-I`pg_config --includedir`" |