From 109d8ec7be460ef0fd708ebd118e45edeb445256 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 5 Dec 2018 10:53:59 +0000 Subject: 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. --- configure | 4 ++-- 1 file 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 -- cgit v1.2.1