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:
parent
a6301e4310
commit
09e9a532d9
1 changed files with 3 additions and 2 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue