[mw-devel] MW3 r1087 - trunk/src

welshbyte at sucs.org welshbyte at sucs.org
Mon Jun 22 11:39:11 BST 2009


Author: welshbyte
Date: 2009-06-22 11:39:10 +0100 (Mon, 22 Jun 2009)
New Revision: 1087

Modified:
   trunk/src/Makefile
Log:
Build with -O3 instead of -O4 as everything above -O3 is the same as -O3. This
has the side effect of allowing mw to build with clang.


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2009-04-23 16:38:22 UTC (rev 1086)
+++ trunk/src/Makefile	2009-06-22 10:39:10 UTC (rev 1087)
@@ -47,7 +47,7 @@
 CFLAGS+= -ggdb -g -D__NO_STRING_INLINE
 
 ### Optimisation - uncomment for release & extra testing
-CFLAGS+=-O4
+CFLAGS+=-O3
 
 ### Only ever uncomment for final release versions
 DEFS+= -DRELEASE




More information about the mw-devel mailing list