diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-19 15:25:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-19 15:25:43 +0000 |
commit | 5ea5e6fbea4e59cce2099fa52a3db9dc73394640 (patch) | |
tree | b5009c49b16e06a23740401cf12cddd58643c834 /games/quake3 | |
parent | e75bf3a19e2e826c974f64b1d8f1a74f55586c4e (diff) | |
download | ports-5ea5e6fbea4e59cce2099fa52a3db9dc73394640.tar.gz ports-5ea5e6fbea4e59cce2099fa52a3db9dc73394640.zip |
Notes
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/files/patch-code-unix-Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake3/files/patch-code-unix-Makefile b/games/quake3/files/patch-code-unix-Makefile index d5c93002b6f2..d0417f503c58 100644 --- a/games/quake3/files/patch-code-unix-Makefile +++ b/games/quake3/files/patch-code-unix-Makefile @@ -98,7 +98,8 @@ +RELEASE_CFLAGS+=-O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce + else +RELEASE_CFLAGS+=-O2 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations -+ endif+endif ++ endif ++endif -DEBUG_CFLAGS=$(BASE_CFLAGS) -g -Wall -Werror -ifeq ($(ARCH),axp) |