[quake3-commits] r1820 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 27 02:19:25 EST 2011


Author: zakk
Date: 2011-01-27 02:19:25 -0500 (Thu, 27 Jan 2011)
New Revision: 1820

Modified:
   trunk/Makefile
Log:
ffffffffffffffffffffaaaaaaaaaaaaaassssssssst math movement on freebsd to OPTIMIZE


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-01-27 07:00:35 UTC (rev 1819)
+++ trunk/Makefile	2011-01-27 07:19:25 UTC (rev 1820)
@@ -572,8 +572,8 @@
   SERVER_CFLAGS = 
   HAVE_VM_COMPILED = true
 
-  OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer -ffast-math
-  OPTIMIZE = $(OPTIMIZEVM)
+  OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer
+  OPTIMIZE = $(OPTIMIZEVM) -ffast-math
 
   SHLIBEXT=so
   SHLIBCFLAGS=-fPIC



More information about the quake3-commits mailing list