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
commitf4dd86c18a66a3fbbd3341f89c5dc62f422ef092 (patch)
tree0f6b53bede3cbdb635c2a4483873adfd4adc938f /Jamroot.jam
parentStatic entry caches (diff)
downloadnetfs-f4dd86c18a66a3fbbd3341f89c5dc62f422ef092.tar.bz2
netfs-f4dd86c18a66a3fbbd3341f89c5dc62f422ef092.tar.xz
netfs-f4dd86c18a66a3fbbd3341f89c5dc62f422ef092.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"
;