From 9090657a3e81cc2e8ceb1994a24e4336235509fa Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 17 Oct 2009 23:40:10 +0000 Subject: * Reverted fix for #3533 git-svn-id: svn://svn.icculus.org/quake3/trunk@1678 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eecd37d..ba3e4fb 100644 --- a/Makefile +++ b/Makefile @@ -414,7 +414,7 @@ ifeq ($(PLATFORM),darwin) 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 -- cgit v1.2.3