From: Michael Stapelberg Date: Mon, 23 Jan 2012 19:58:30 +0000 (+0000) Subject: debug commit for the autobuilder, please ignore X-Git-Tag: 4.2~118 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=79d28f84c1b231ac2c08666eead2be9da0c0e47f debug commit for the autobuilder, please ignore --- diff --git a/common.mk b/common.mk index 537d4dda..2cf8629c 100644 --- a/common.mk +++ b/common.mk @@ -124,10 +124,12 @@ 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 @@ -138,7 +140,7 @@ LIBS += -lgcov endif # Don’t print command lines which are run -.SILENT: +#.SILENT: # Always remake the following targets .PHONY: install clean dist distclean diff --git a/debian/rules b/debian/rules index a6bfc2c0..61643724 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ binary-indep: install binary: binary-arch binary-indep override_dh_auto_build: - $(MAKE) + env + $(MAKE) -d $(MAKE) -C man $(MAKE) -C docs