[quake3-commits] r1677 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 17 19:29:54 EDT 2009


Author: tma
Date: 2009-10-17 19:29:54 -0400 (Sat, 17 Oct 2009)
New Revision: 1677

Modified:
   trunk/Makefile
Log:
* (bug #3533) -ffast-math is apparently problematic on OSX

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-10-17 22:35:45 UTC (rev 1676)
+++ trunk/Makefile	2009-10-17 23:29:54 UTC (rev 1677)
@@ -414,7 +414,7 @@
   CLIENT_LIBS += -framework Cocoa -framework IOKit -framework OpenGL \
     $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
 
-  OPTIMIZE += -ffast-math -falign-loops=16
+  OPTIMIZE += -falign-loops=16
 
   ifneq ($(HAVE_VM_COMPILED),true)
     BASE_CFLAGS += -DNO_VM_COMPILED



More information about the quake3-commits mailing list