[quake3-commits] r1678 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Oct 17 19:40:10 EDT 2009
Author: tma
Date: 2009-10-17 19:40:10 -0400 (Sat, 17 Oct 2009)
New Revision: 1678
Modified:
trunk/Makefile
Log:
* Reverted fix for #3533
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-10-17 23:29:54 UTC (rev 1677)
+++ trunk/Makefile 2009-10-17 23:40:10 UTC (rev 1678)
@@ -414,7 +414,7 @@
CLIENT_LIBS += -framework Cocoa -framework IOKit -framework OpenGL \
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
- OPTIMIZE += -falign-loops=16
+ OPTIMIZE += -ffast-math -falign-loops=16
ifneq ($(HAVE_VM_COMPILED),true)
BASE_CFLAGS += -DNO_VM_COMPILED
More information about the quake3-commits
mailing list