debian/rules: don't enable debug by default anymore as it can be done easily at runtime with LIBNFC_LOG_LEVEL
This commit is contained in:
parent
ff3d8f708d
commit
0458c8e24e
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -17,7 +17,7 @@ override_dh_installchangelogs:
|
|||
|
||||
override_dh_auto_configure:
|
||||
# dh_auto_configure -- --enable-debug --with-drivers=all
|
||||
dh_auto_configure -- --enable-debug --with-drivers=acr122_usb,acr122s,arygon,pn532_uart,pn53x_usb
|
||||
dh_auto_configure -- --with-drivers=acr122_usb,acr122s,arygon,pn532_uart,pn53x_usb
|
||||
|
||||
%:
|
||||
dh --with autoreconf $@
|
||||
|
|
Loading…
Add table
Reference in a new issue