From a47ac2a4517a8ce35f0a2d01684772189c4117db Mon Sep 17 00:00:00 2001 From: Dominic Fandrey Date: Mon, 27 Mar 2017 23:21:48 +0200 Subject: [PATCH] Use -On level from CFLAGS on FreeBSD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b25752e..5d4347d5 100644 --- a/Makefile +++ b/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