summaryrefslogtreecommitdiff
path: root/debian/changelog
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/changelog
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/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 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