mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
* Reverted fix for #3533
This commit is contained in:
parent
9e80310d44
commit
5dfed62006
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 += -falign-loops=16
|
||||
OPTIMIZE += -ffast-math -falign-loops=16
|
||||
|
||||
ifneq ($(HAVE_VM_COMPILED),true)
|
||||
BASE_CFLAGS += -DNO_VM_COMPILED
|
||||
|
|
Loading…
Reference in a new issue