summaryrefslogtreecommitdiff
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
commite6066e7f250555069719cc54517378b940535e8c (patch)
treeec7992b00430a960b0e0cb231fa236435b8cf984
parentAdds untested (it'll build, dunno what it'll do) support for optionals (diff)
downloadslicer-e6066e7f250555069719cc54517378b940535e8c.tar.bz2
slicer-e6066e7f250555069719cc54517378b940535e8c.tar.xz
slicer-e6066e7f250555069719cc54517378b940535e8c.zip
More friendly linkflags and some ycm configs
-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"
;