From 09e9a532d9ae1543ec95e19fa60dfd5abeae0271 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 21 Jan 2013 13:05:54 +0900 Subject: [PATCH] Enable varbose build log If we enable varbose build log, hardening checking is easy. Signed-off-by: Nobuhiro Iwamatsu --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 1fd09d4..9b9e004 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,9 @@ export DEB_BUILD_OPTIONS=nocheck override_dh_installchangelogs: dh_installchangelogs ChangeLog -#override_dh_auto_configure: -# dh_auto_configure -- --enable-debug --with-drivers=all +override_dh_auto_configure: + dh_auto_configure -- --disable-silent-rules + # --enable-debug --with-drivers=all %: dh --with autoreconf $@