[ioquake3] 18/136: Use -On level from CFLAGS on FreeBSD

Simon McVittie smcv at debian.org
Thu Jun 15 09:08:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit a47ac2a4517a8ce35f0a2d01684772189c4117db
Author: Dominic Fandrey <kamikaze at bsdforen.de>
Date:   Mon Mar 27 23:21:48 2017 +0200

    Use -On level from CFLAGS on FreeBSD
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7b25752..5d4347d 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list