citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 080ca99f9f5b93228660a5cc9de80fee2a5f431b
parent 9742bec014185f19193a04a69668b702f53c544d
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 28 Jun 2016 19:57:34 -0600

tt: crank libressl compile jobs to 8

Diffstat:
Mtt/libressl.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tt/libressl.t b/tt/libressl.t @@ -24,7 +24,7 @@ my $srcdir = $package->set_srcdir("/libressl-2.4.1"); # Vanilla configure and compile. $vanilla[0] = $package->configure("./configure"); -$vanilla[1] = $package->compile("make -j4"); +$vanilla[1] = $package->compile("make -j8"); $vanilla[2] = $package->get_file_size("/apps/openssl/.libs/openssl"); $vanilla[3] = $package->get_file_size("/crypto/.libs/libcrypto.a");