1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Don't strip boxes binary already in Makefile
Don't strip boxes binary already in Makefile and leave this
to the dh_strip invocation in debian/rules.
.
Respect DEB_BUILD_OPTIONS=nostrip.
Origin: vendor
Bug: http://bugs.debian.org/436604
Forwarded: not-needed
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-09-15
--- a/src/Makefile
+++ b/src/Makefile
@@ -107,7 +107,7 @@
build:
$(MAKE) CFLAGS_ADDTL=-O boxes
- strip boxes
+
debug:
$(MAKE) CFLAGS_ADDTL=-g boxes
|