diff options
| author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-10-17 23:40:10 +0000 |
|---|---|---|
| committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-10-17 23:40:10 +0000 |
| commit | 9090657a3e81cc2e8ceb1994a24e4336235509fa (patch) | |
| tree | de8b4a0ba59f3e3e15c82376eb2380fe3bdd0fde | |
| parent | 292ba81928b4082bd65c4897273ac18e36ec83de (diff) | |
| download | ioquake3-aero-9090657a3e81cc2e8ceb1994a24e4336235509fa.tar.gz ioquake3-aero-9090657a3e81cc2e8ceb1994a24e4336235509fa.zip | |
* Reverted fix for #3533
git-svn-id: svn://svn.icculus.org/quake3/trunk@1678 edf5b092-35ff-0310-97b2-ce42778d08ea
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
