diff options
author | Will Thompson <will@willthompson.co.uk> | 2017-07-26 11:22:21 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2017-07-26 11:22:21 +0100 |
commit | a0211f46867b07531f1ea900ba01204f5b4ec5d6 (patch) | |
tree | 2f5ecedd89a2143e880fda48f26fafe6a5ab385c /Makefile | |
parent | 57d924ef1a721702f6171727141161f7ebca3708 (diff) |
flatpak: build Haskell libs with -j$ncpus
flatpak-builder only exposes this parameter by passing it to `make`. I
guess in a better world I'd propose a patch to expose it in an
environment variable for build-commands, but here we are.
Rumour has it the FlatHub build workers have 8 (v)CPUs so I'd expect
this to make a big difference to the build time there.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ update-icon-cache: echo "*** $(gtk_update_icon_cache)"; \ fi -# Flatpak bundle stuff +# Flatpak stuff org.freedesktop.Bustle.flatpak: org.freedesktop.Bustle.json rm -rf _build flatpak-builder --repo=repo -v _build org.freedesktop.Bustle.json |