mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
Add HAVE_VM_COMPILED=true for x86 FreeBSD so vm_x86.c gets built.
This commit is contained in:
parent
eaa8f1c989
commit
d9fe81c08e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -449,6 +449,7 @@ ifeq ($(PLATFORM),freebsd)
|
||||||
-march=pentium -fomit-frame-pointer -pipe -ffast-math \
|
-march=pentium -fomit-frame-pointer -pipe -ffast-math \
|
||||||
-falign-loops=2 -falign-jumps=2 -falign-functions=2 \
|
-falign-loops=2 -falign-jumps=2 -falign-functions=2 \
|
||||||
-funroll-loops -fstrength-reduce
|
-funroll-loops -fstrength-reduce
|
||||||
|
HAVE_VM_COMPILED=true
|
||||||
else
|
else
|
||||||
BASE_CFLAGS += -DNO_VM_COMPILED
|
BASE_CFLAGS += -DNO_VM_COMPILED
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue