chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fab22c
)
debian/rules: Prefix `dh' options with `-O' to prevent sadness.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Sep 2019 15:39:13 +0000
(16:39 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Sep 2019 15:40:40 +0000
(16:40 +0100)
debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/debian/rules
b/debian/rules
index a7ae1b01debf84c4284f1c3037186bf37531314f..509866f5377f1ee57584ae8e35be59486464dea3 100755
(executable)
--- 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)
)