From 24479376b17278141973e20235de8fa8c06b5aea Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 29 Sep 2019 16:39:13 +0100 Subject: [PATCH] debian/rules: Prefix `dh' options with `-O' to prevent sadness. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a7ae1b01..509866f5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,5 @@ DH_OPTIONS = --parallel -Bdebian/build ## Test both with and without CPU-specific optimizations. override_dh_auto_test: - dh_auto_test $(DH_OPTIONS) - CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS) + dh_auto_test $(addprefix -O, $(DH_OPTIONS)) + CATACOMB_CPUFEAT="-*" dh_auto_test $(addprefix -O, $(DH_OPTIONS)) -- 2.11.0