Browse Source

Remove -j1

pull/4/head
Adam Ierymenko 4 years ago
parent
commit
4ecf692f46
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 3
      make-linux.mk

3
make-linux.mk

@ -384,7 +384,8 @@ debug: FORCE
ifeq ($(ZT_SSO_SUPPORTED), 1)
zeroidc: FORCE
export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build -j1 $(RUSTFLAGS)
# export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build -j1 $(RUSTFLAGS)
export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build $(RUSTFLAGS)
else
zeroidc:
endif

Loading…
Cancel
Save