]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
added Battlemech (thanks to Todd for submitting the patch, though I replaced his...
[xonotic/darkplaces.git] / makefile
index 7b553fc02d0451b3b310d0c203c9bb096ebb4d82..585c7a9c83d0ea982a3a777f1522989bc50fea57 100644 (file)
--- a/makefile
+++ b/makefile
@@ -76,7 +76,7 @@ CFLAGS_PROFILE=-g -pg -ggdb
 CFLAGS_RELEASE=
 
 OPTIM_DEBUG=
-OPTIM_RELEASE= -O9 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS)
+OPTIM_RELEASE= -O2 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS)
 
 DO_CC=$(CC) $(CFLAGS) -c $< -o $@