[ace-of-penguins] 50/141: debian-compile.mk: update

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 13:54:56 UTC 2016


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

apo-guest pushed a commit to branch master
in repository ace-of-penguins.

commit 64743288bacfd0893c73a3321cfb8af2aca7a15b
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Fri Nov 18 13:55:13 2011 +0200

    debian-compile.mk: update
---
 debian/debian-compile.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/debian-compile.mk b/debian/debian-compile.mk
index 3af6ddb..0688a67 100755
--- a/debian/debian-compile.mk
+++ b/debian/debian-compile.mk
@@ -57,9 +57,11 @@ endif
 CFLAGS = -Wall -g
 
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-    CFLAGS += -O2
+    CFLAGS   += -O2
+    CXXFLAGS += -O2
 else
-    CFLAGS += -O0
+    CFLAGS   += -O0
+    CXXFLAGS += -O0
 endif
 
 #######################################################################

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



More information about the Pkg-games-commits mailing list