Changed compiler and linker settings for Release build.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1122 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
3d9974dd1a
commit
120d251852
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="/usr/lib/libpthread.so" />
|
||||
<Add library="../../lib/GCC/Loki_D.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
|
@ -29,9 +30,16 @@
|
|||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-std=c++0x" />
|
||||
<Add option="-std=c++98" />
|
||||
<Add option="-Wextra" />
|
||||
<Add option="-Wall" />
|
||||
<Add directory="../../include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
<Add library="/usr/lib/libpthread.so" />
|
||||
<Add library="../../lib/GCC/Loki.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
|
|
Loading…
Reference in a new issue