mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
ffffffffffffffffffffaaaaaaaaaaaaaassssssssst math movement on freebsd to OPTIMIZE
This commit is contained in:
parent
275d3b45b5
commit
80c24e46e8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -572,8 +572,8 @@ ifeq ($(PLATFORM),freebsd)
|
||||||
SERVER_CFLAGS =
|
SERVER_CFLAGS =
|
||||||
HAVE_VM_COMPILED = true
|
HAVE_VM_COMPILED = true
|
||||||
|
|
||||||
OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer -ffast-math
|
OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer
|
||||||
OPTIMIZE = $(OPTIMIZEVM)
|
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
||||||
|
|
||||||
SHLIBEXT=so
|
SHLIBEXT=so
|
||||||
SHLIBCFLAGS=-fPIC
|
SHLIBCFLAGS=-fPIC
|
||||||
|
|
Loading…
Reference in a new issue