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 | 1b7a3e92ea7402d32565f745480a480ace6fb762 (patch) | |
| tree | d0e95f956ff7544eaad632138578750561cc22c3 | |
| parent | Split out ICE support from project jam file, add support for slicer (diff) | |
| download | p2pvr-1b7a3e92ea7402d32565f745480a480ace6fb762.tar.bz2 p2pvr-1b7a3e92ea7402d32565f745480a480ace6fb762.tar.xz p2pvr-1b7a3e92ea7402d32565f745480a480ace6fb762.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"  	;  | 
