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 | 46acdb5b49f91d5f243c3f6d71fae86f8f4bf369 (patch) | |
tree | 9dcf1b58a077a20c5d38b9cf737cadd5f05ad27d /mythfs | |
parent | Use new dryice interface for proxy lookup (diff) | |
download | mythfs-46acdb5b49f91d5f243c3f6d71fae86f8f4bf369.tar.bz2 mythfs-46acdb5b49f91d5f243c3f6d71fae86f8f4bf369.tar.xz mythfs-46acdb5b49f91d5f243c3f6d71fae86f8f4bf369.zip |
Partially tested global visibility hidden in all projects
Diffstat (limited to 'mythfs')
-rw-r--r-- | mythfs/Jamfile.jam | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mythfs/Jamfile.jam b/mythfs/Jamfile.jam index ef3532b..25d7fb3 100644 --- a/mythfs/Jamfile.jam +++ b/mythfs/Jamfile.jam @@ -16,11 +16,6 @@ lib boost_system ; lib boost_thread ; lib boost_date_time ; -project - : requirements - <cflags>"-fvisibility=hidden" - ; - build-project service ; build-project unittests ; |