]> git.sur5r.net Git - i3/i3/commitdiff
revert the debugging changes
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jan 2012 22:19:46 +0000 (22:19 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jan 2012 22:21:44 +0000 (22:21 +0000)
Building a non-optimized (-O0 vs. -O2) Debian package required:

    echo 'export DEB_BUILD_OPTIONS=noopt' >> ~/.pbuilderrc

common.mk
debian/rules

index 2cf8629ce38594d6c7a83406129e2992808c1d2e..537d4dda5d43e492a144a5a0fc19290206ab1c00 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -124,12 +124,10 @@ CPPFLAGS += -D_GNU_SOURCE
 endif
 
 ifeq ($(DEBUG),1)
-$(warning "DEBUG build")
 # Extended debugging flags, macros shall be available in gcc
 CFLAGS += -gdwarf-2
 CFLAGS += -g3
 else
-$(warning "non-DEBUG build, enabling optimization")
 CFLAGS += -O2
 CFLAGS += -freorder-blocks-and-partition
 endif
@@ -140,7 +138,7 @@ LIBS += -lgcov
 endif
 
 # Don’t print command lines which are run
-#.SILENT:
+.SILENT:
 
 # Always remake the following targets
 .PHONY: install clean dist distclean
index 61643724c3d2a0ff1fc5a71e7ef88477cfd4715a..a6bfc2c05e9ff13901f73681a5a5c9a469acda8c 100755 (executable)
@@ -28,8 +28,7 @@ binary-indep: install
 binary: binary-arch binary-indep
 
 override_dh_auto_build:
-       env
-       $(MAKE) -d
+       $(MAKE)
        $(MAKE) -C man
        $(MAKE) -C docs