summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2016-02-27 21:38:31 -0700
committerSebastian Kuzminsky <seb@highlab.com>2016-03-03 21:44:52 -0700
commit85acb59508b6d53a5a7eae2a072d81220951ab39 (patch)
tree6849cd9081b57e81cb4ea742f32cc63e5cf2f8a0 /debian/rules
parentb324a602820a7d25590ea2e052f342b6cec3b9ab (diff)
enable parallel compilation
For example by this command: sudo DEB_BUILD_OPTIONS="parallel=$(nproc)" pbuilder build --basetgz ../pbuilder-jessie-amd64.tgz --buildresult . yosys*.dsc
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3adf5c3e..3146665e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- PREFIX=/usr dh $@
+ PREFIX=/usr dh $@ --parallel
override_dh_auto_configure: