mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
let's not force the build server to swap out when building releases
This commit is contained in:
parent
d3a9ce95bc
commit
65aca7d84a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ TIMESTAMP=$(shell date +"%Y%m%d%H%M")
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
all: setup
|
all: setup
|
||||||
cd ${BUILDDIR} && $(MAKE) -j$(shell getconf _NPROCESSORS_ONLN) VERBOSE=1
|
cd ${BUILDDIR} && $(MAKE) -j4 VERBOSE=1
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
mkdir -p ${BUILDDIR} && cd ${BUILDDIR} && cmake .. -DCMAKE_BUILD_TYPE=Release ${CMAKE_ARGS}
|
mkdir -p ${BUILDDIR} && cd ${BUILDDIR} && cmake .. -DCMAKE_BUILD_TYPE=Release ${CMAKE_ARGS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue