[mw-devel] MW3 r1308 - trunk/src

welshbyte at sucs.org welshbyte at sucs.org
Fri Nov 30 18:53:47 GMT 2012


Author: welshbyte
Date: 2012-11-30 18:53:46 +0000 (Fri, 30 Nov 2012)
New Revision: 1308

Modified:
   trunk/src/Makefile
Log:
Unchange some Makefile changes I made while debugging


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2012-11-30 18:25:58 UTC (rev 1307)
+++ trunk/src/Makefile	2012-11-30 18:53:46 UTC (rev 1308)
@@ -11,7 +11,7 @@
 CFLAGS+=-I/usr/include/mozjs
 
 # cflags for standard 'cc' compiler
-CFLAGS+= -Werror -Wall -Wshadow -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -pedantic -std=gnu99 -D_GNU_SOURCE
+CFLAGS+= -Wall -Wshadow -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -pedantic -std=gnu99 -D_GNU_SOURCE
 LDLIBS+= -lreadline -ltermcap -lcrypt -l$(JSLIB) -lsqlite3 -lcurl -lpthread -lgnutls-openssl -ljansson
 
 ifdef WITHPIE
@@ -35,7 +35,7 @@
 CFLAGS+= -ggdb -g -D__NO_STRING_INLINE -fstack-protector-all
 
 ### Optimisation - uncomment for release & extra testing
-CFLAGS+=-O0
+CFLAGS+=-O3
 
 CFLAGS += $(DEFS)
 




More information about the mw-devel mailing list