mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +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 \
|
CLIENT_LIBS += -framework Cocoa -framework IOKit -framework OpenGL \
|
||||||
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
|
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
|
||||||
|
|
||||||
OPTIMIZE += -falign-loops=16
|
OPTIMIZE += -ffast-math -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