summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-15 01:41:42 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-15 01:41:42 (EDT)
commit12342ddc3aeb1d7911a8fbf550e09ec74847807b (patch)
tree67a2eabff6dedd15e30c92e1dd93a61591f99f8c
parentae3b01a98e7602fe81ab92b55fa19303c6d48ccb (diff)
build: Set default jobs to 4
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 1069239..9292a24 100755
--- a/build
+++ b/build
@@ -76,7 +76,7 @@ dir_macros = \
extra_opts =
native_target = bootstrap-lean
cross_target = all-gcc
-jobs = 1
+jobs = 4
include ../local.mk
nop: