X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1da1ed6a5815deef6c33d74f1eb3c856793df3e5..e492db887af6561dd33aa18e3887efaeb219fd16:/debian/rules diff --git a/debian/rules b/debian/rules index e64e6b43..a7ae1b01 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build +DH_OPTIONS = --parallel -Bdebian/build +%:; dh $@ $(DH_OPTIONS) +## Test both with and without CPU-specific optimizations. override_dh_auto_test: - dh_auto_test --parallel -Bdebian/build - CATACOMB_CPUFEAT="-*" dh_auto_test --parallel -Bdebian/build + dh_auto_test $(DH_OPTIONS) + CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS)