increase build threads

This commit is contained in:
Brent Cook 2022-05-09 01:33:25 -05:00
parent 45deaf0e5e
commit 258e4c2f5e
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ set -e
rm -f man/*.[35] include/openssl/*.h
./autogen.sh
./configure
make -j2 distcheck
make -j4 distcheck

View File

@ -1,5 +1,5 @@
#! /bin/sh
# Copyright (C) 2011-2021 Free Software Foundation, Inc.
# Copyright (C) 2011-2020 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by