r1488 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 12 08:40:04 EST 2008


Author: ludwig
Date: 2008-11-12 08:40:04 -0500 (Wed, 12 Nov 2008)
New Revision: 1488

Modified:
   trunk/Makefile
Log:
use -fno-strict-aliasing again. code is just not ready yet.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-11-10 23:55:22 UTC (rev 1487)
+++ trunk/Makefile	2008-11-12 13:40:04 UTC (rev 1488)
@@ -237,7 +237,7 @@
   endif
   endif
 
-  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes \
+  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
     -pipe -DUSE_ICON $(shell sdl-config --cflags)
 
   ifeq ($(USE_OPENAL),1)
@@ -360,7 +360,7 @@
     BASE_CFLAGS += -mstackrealign
   endif
 
-  BASE_CFLAGS += -DMACOS_X -fno-common -pipe
+  BASE_CFLAGS += -fno-strict-aliasing -DMACOS_X -fno-common -pipe
 
   ifeq ($(USE_OPENAL),1)
     BASE_CFLAGS += -DUSE_OPENAL
@@ -431,7 +431,7 @@
 
   ARCH=x86
 
-  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes \
+  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
     -DUSE_ICON
 
   # In the absence of wspiapi.h, require Windows XP or later
@@ -524,7 +524,7 @@
   endif #alpha test
 
 
-  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes \
+  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
     -DUSE_ICON $(shell sdl-config --cflags)
 
   ifeq ($(USE_OPENAL),1)
@@ -590,7 +590,7 @@
   ARCH=i386
 
 
-  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes \
+  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
     -DUSE_ICON $(shell sdl-config --cflags)
 
   ifeq ($(USE_OPENAL),1)
@@ -652,7 +652,7 @@
   SHLIBLDFLAGS=-shared $(LDFLAGS)
   THREAD_LIBS=-lpthread
 
-  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes
+  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes
 
   ifneq ($(ARCH),i386)
     BASE_CFLAGS += -DNO_VM_COMPILED
@@ -716,7 +716,7 @@
   endif
 
 
-  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes \
+  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
     -pipe -DUSE_ICON $(shell sdl-config --cflags)
 
   OPTIMIZE = -O3 -ffast-math -funroll-loops
@@ -1028,7 +1028,7 @@
 # QVM BUILD TOOLS
 #############################################################################
 
-TOOLS_OPTIMIZE = -g -O2 -Wall
+TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
 TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
                -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
                -I$(Q3LCCSRCDIR) \




More information about the quake3-commits mailing list