Revision: 1122
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1122&view=rev
Author: rich_sposato
Date: 2011-09-29 23:33:08 +0000 (Thu, 29 Sep 2011)
Log Message:
-----------
Changed compiler and linker settings for Release build.
Modified Paths:
--------------
trunk/test/Lockable/Lockable.cbp
Modified: trunk/test/Lockable/Lockable.cbp
===================================================================
--- trunk/test/Lockable/Lockable.cbp 2011-09-29 23:31:47 UTC (rev 1121)
+++ trunk/test/Lockable/Lockable.cbp 2011-09-29 23:33:08 UTC (rev 1122)
@@ -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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|