summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-06-05 09:08:06 +0000
committerrandomdan <randomdan@localhost>2014-06-05 09:08:06 +0000
commitf976fc7a42a352bf9caefce7cd6be646d515a6ba (patch)
treee07b3e618c34089f914f830d37e7ecd51319ff0d /Jamroot.jam
parentSplit out ICE support from project jam file, add support for slicer (diff)
downloadlibadhocutil-f976fc7a42a352bf9caefce7cd6be646d515a6ba.tar.bz2
libadhocutil-f976fc7a42a352bf9caefce7cd6be646d515a6ba.tar.xz
libadhocutil-f976fc7a42a352bf9caefce7cd6be646d515a6ba.zip
More friendly linkflags and some ycm configs
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index bab30f0..e02a59a 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -7,7 +7,7 @@ project
: requirements
<variant>release:<cflags>"-std=c++0x"
<variant>debug:<cflags>"-W -Wall -Werror -Wwrite-strings -std=c++0x"
- <variant>debug:<linkflags>"-Wl,-z,defs"
+ <linkflags>"-Wl,-z,defs,--warn-once"
;