aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-05 10:53:59 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-05 10:53:59 +0000
commit109d8ec7be460ef0fd708ebd118e45edeb445256 (patch)
tree5c523e17df0cb83adae7e80a3abecf5ff32f4b82
parente0c4bd9eb46832302b6ceea0e379b438d3553bd9 (diff)
Configuring on multiple threads
Until now we had constrained the configuration step to one thread to easily see failures on other systems. But with most tests passing successfully now, we are using the total number of available threads.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8571149..32be0ae 100755
--- a/configure
+++ b/configure
@@ -662,7 +662,7 @@ make -f reproduce/src/make/dependencies-basic.mk \
static_build=$static_build \
needs_ldl=$needs_ldl \
on_mac_os=$on_mac_os \
- #-j$numthreads
+ -j$numthreads
@@ -680,7 +680,7 @@ numthreads=$($instdir/bin/nproc)
rpath_command=$rpath_command \
static_build=$static_build \
on_mac_os=$on_mac_os \
- #-j$numthreads
+ -j$numthreads