]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.inc
removed -fexpensive-optimizations (which is turned on by -O2), added -funroll-loops
[xonotic/darkplaces.git] / makefile.inc
index 5996e981df6e8a2c3ba2ece8d4fe63d02157e6fb..4ae92164a199e1fe34f5b9a8d85b522827a11284 100644 (file)
@@ -117,7 +117,7 @@ CFLAGS_PROFILE=-g -pg -ggdb
 CFLAGS_RELEASE=
 
 OPTIM_DEBUG=
-OPTIM_RELEASE=-O2 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS)
+OPTIM_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops $(CPUOPTIMIZATIONS)
 
 DO_CC=$(CC) $(CFLAGS) -c $< -o $@