From 9e80310d449a12ea0a45810a1090d09e26d30c71 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 17 Oct 2009 23:29:54 +0000 Subject: [PATCH] * (bug #3533) -ffast-math is apparently problematic on OSX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba3e4fb2..eecd37d3 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 += -ffast-math -falign-loops=16 + OPTIMIZE += -falign-loops=16 ifneq ($(HAVE_VM_COMPILED),true) BASE_CFLAGS += -DNO_VM_COMPILED