debian/rules: Prefix `dh' options with `-O' to prevent sadness.
[catacomb] / debian / rules
CommitLineData
2ee993fe 1#! /usr/bin/make -f
91500ba6
MW
2DH_OPTIONS = --parallel -Bdebian/build
3%:; dh $@ $(DH_OPTIONS)
e1dee130 4
3a1a6c35 5## Test both with and without CPU-specific optimizations.
e1dee130 6override_dh_auto_test:
24479376
MW
7 dh_auto_test $(addprefix -O, $(DH_OPTIONS))
8 CATACOMB_CPUFEAT="-*" dh_auto_test $(addprefix -O, $(DH_OPTIONS))