[nethack] 10/31: Remove build options which have no effect

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:19 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 34f1c02585f67c73f71c5083a691f339cb8a5792
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Fri Mar 4 01:06:03 2016 +0000

    Remove build options which have no effect
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7721532..52d2fcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,14 @@
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
         MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
-DEB_CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -Wall
+DEB_CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
 DEB_CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 DEB_LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
 # upstream Makefile only has CFLAGS (missing CPPFLAGS)
 # and does not give CFLAGS to linking calls, so add them.
 # also needs some stuff so the Makefile can be overriden:
-CFLAGS = $(DEB_CPPFLAGS) $(DEB_CFLAGS) -I../include -g -Wall -DGCC_WARN
+CFLAGS = $(DEB_CPPFLAGS) $(DEB_CFLAGS) -I../include -Wall -DGCC_WARN
 LFLAGS = $(DEB_CFLAGS) $(DEB_LDFLAGS)
 
 build-arch: build-arch-stamp

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



More information about the Pkg-games-commits mailing list