mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-30 08:04:04 +00:00
Use nproc to get the number of cores on Linux to speed up bounds.
This commit is contained in:
parent
f20b7e8cee
commit
8cda04cc98
@ -346,7 +346,7 @@ distclean: clean
|
|||||||
realclean: distclean
|
realclean: distclean
|
||||||
|
|
||||||
official: FORCE
|
official: FORCE
|
||||||
make -j4 ZT_OFFICIAL=1 all
|
make -j`nproc` ZT_OFFICIAL=1 all
|
||||||
|
|
||||||
docker: FORCE
|
docker: FORCE
|
||||||
docker build --no-cache -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .
|
docker build --no-cache -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user