Enable varbose build log

If we enable varbose build log, hardening checking is easy.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu 2013-01-21 13:05:54 +09:00 committed by Ludovic Rousseau
parent a6301e4310
commit 09e9a532d9

5
debian/rules vendored
View file

@ -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 $@