mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Use -On level from CFLAGS on FreeBSD
This commit is contained in:
parent
7a237c8020
commit
a47ac2a451
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -660,7 +660,7 @@ ifeq ($(PLATFORM),freebsd)
|
|||
CLIENT_CFLAGS += $(SDL_CFLAGS)
|
||||
HAVE_VM_COMPILED = true
|
||||
|
||||
OPTIMIZEVM = -O3
|
||||
OPTIMIZEVM =
|
||||
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
||||
|
||||
SHLIBEXT=so
|
||||
|
|
Loading…
Reference in a new issue