mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
build-win32: use JOBS=12 by default since Windows's IO is slow...
This commit is contained in:
parent
8a18db029a
commit
30cc6a2201
@ -3,7 +3,7 @@
|
|||||||
PCRE=pcre-8.42
|
PCRE=pcre-8.42
|
||||||
ZLIB=zlib-1.2.11
|
ZLIB=zlib-1.2.11
|
||||||
OPENSSL=openssl-1.1.0h
|
OPENSSL=openssl-1.1.0h
|
||||||
JOBS=9
|
JOBS=12
|
||||||
|
|
||||||
# wget https://www.openssl.org/source/openssl-1.1.0h.tar.gz
|
# wget https://www.openssl.org/source/openssl-1.1.0h.tar.gz
|
||||||
# wget http://zlib.net/zlib-1.2.11.tar.gz
|
# wget http://zlib.net/zlib-1.2.11.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user