Remove -j1

This commit is contained in:
Adam Ierymenko 2022-02-04 14:51:13 -05:00
parent 2a461a9aac
commit 4ecf692f46
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -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