mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-19 07:30:51 +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 \
|
CLIENT_LIBS += -framework Cocoa -framework IOKit -framework OpenGL \
|
||||||
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
|
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
|
||||||
|
|
||||||
OPTIMIZE += -ffast-math -falign-loops=16
|
OPTIMIZE += -falign-loops=16
|
||||||
|
|
||||||
ifneq ($(HAVE_VM_COMPILED),true)
|
ifneq ($(HAVE_VM_COMPILED),true)
|
||||||
BASE_CFLAGS += -DNO_VM_COMPILED
|
BASE_CFLAGS += -DNO_VM_COMPILED
|
||||||
|
|
Loading…
Reference in a new issue