diff options
author | randomdan <randomdan@localhost> | 2014-06-05 09:08:06 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2014-06-05 09:08:06 +0000 |
commit | b509dc7b35d36456c1800e98ee76a959cfa76335 (patch) | |
tree | 70d41369a2603aed72797f0f0fa7efc85191a036 | |
parent | Fix naming clash with 'cache' (diff) | |
download | project2-b509dc7b35d36456c1800e98ee76a959cfa76335.tar.bz2 project2-b509dc7b35d36456c1800e98ee76a959cfa76335.tar.xz project2-b509dc7b35d36456c1800e98ee76a959cfa76335.zip |
More friendly linkflags and some ycm configs
-rw-r--r-- | Jamroot.jam | 2 |
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" ; |