mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Forgotten variable removed
This commit is contained in:
parent
25154e5b9f
commit
663dd1d5b2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -443,7 +443,7 @@ ifeq ($(PLATFORM),android)
|
|||
CLIENT_CFLAGS += $(SDL_CFLAGS) -DSDL_DISABLE_IMMINTRIN_H -fno-builtin-cos -fno-builtin-sin
|
||||
|
||||
OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer
|
||||
OPTIMIZE = $(OPTIMIZEVM) $(OPTIMIZEFASTMATH) -ffast-math
|
||||
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
||||
|
||||
HAVE_VM_COMPILED = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue