* (bug #3533) -ffast-math is apparently problematic on OSX

This commit is contained in:
Tim Angus 2009-10-17 23:29:54 +00:00
parent 88535ab1ea
commit 9e80310d44
1 changed files with 1 additions and 1 deletions

View File

@ -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