aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-17 23:29:54 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-17 23:29:54 +0000
commit292ba81928b4082bd65c4897273ac18e36ec83de (patch)
tree118d5f61eca4b3aa140bced63b850b9e2eb8cc3d
parente2a01ec6b501b97b313bec7bb24a67a42d035f50 (diff)
downloadioquake3-aero-292ba81928b4082bd65c4897273ac18e36ec83de.tar.gz
ioquake3-aero-292ba81928b4082bd65c4897273ac18e36ec83de.zip
* (bug #3533) -ffast-math is apparently problematic on OSX
git-svn-id: svn://svn.icculus.org/quake3/trunk@1677 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba3e4fb..eecd37d 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