Use -On level from CFLAGS on FreeBSD

This commit is contained in:
Dominic Fandrey 2017-03-27 23:21:48 +02:00
parent 7a237c8020
commit a47ac2a451

View file

@ -660,7 +660,7 @@ ifeq ($(PLATFORM),freebsd)
CLIENT_CFLAGS += $(SDL_CFLAGS)
HAVE_VM_COMPILED = true
OPTIMIZEVM = -O3
OPTIMIZEVM =
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
SHLIBEXT=so