summaryrefslogtreecommitdiff
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
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
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 745f1aff..9db98e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ yosys (0.6-1) UNRELEASED; urgency=medium
* debian/rules:
- don't run make as part of dh_auto_configure, it'll get run by
dh_auto_build later
+ - enable parallel build
-- Sebastian Kuzminsky <seb@highlab.com> Sun, 28 Feb 2016 10:48:44 -0700
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: