diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-24 16:49:16 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-25 00:38:15 +0100 |
commit | f2667ed93ae631dc90eb6935692edfad5e7edb85 (patch) | |
tree | f3e939b8c28ed3e4cb4155efe81abe6607a564f0 /p2pvr/dvb/Jamfile.jam | |
parent | Wrap up slicer updates and DB connection access (diff) | |
download | p2pvr-f2667ed93ae631dc90eb6935692edfad5e7edb85.tar.bz2 p2pvr-f2667ed93ae631dc90eb6935692edfad5e7edb85.tar.xz p2pvr-f2667ed93ae631dc90eb6935692edfad5e7edb85.zip |
Enable hidden visibility and LTO
Diffstat (limited to 'p2pvr/dvb/Jamfile.jam')
-rw-r--r-- | p2pvr/dvb/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p2pvr/dvb/Jamfile.jam b/p2pvr/dvb/Jamfile.jam index e71093a..1e81a73 100644 --- a/p2pvr/dvb/Jamfile.jam +++ b/p2pvr/dvb/Jamfile.jam @@ -8,6 +8,8 @@ lib p2pvrdvb : : <library>../ice//p2pvrice <library>..//adhocutil + <cflags>-fvisibility=hidden + <variant>release:<cflags>-flto <implicit-dependency>../ice//p2pvrice : : <implicit-dependency>../ice//p2pvrice |