mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
* (bug #3533) -ffast-math is apparently problematic on OSX
This commit is contained in:
parent
88535ab1ea
commit
9e80310d44
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue