diff --git a/Makefile b/Makefile index b32f21dc4..7e87b276d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ else DISTRO := Unknown endif -NPROCS := 4 +NPROCS := 1 OS := $(shell uname -s) ifeq ($(OS),Linux) NPROCS := $(shell nproc) diff --git a/lib/Makefile b/lib/Makefile index bf3e7d9ba..d897e3be4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ -GIT_VERSION := $(shell git describe --long --tags) +GIT_VERSION := $(shell git describe --long) DEPS_PATH=../deps diff --git a/src/Makefile b/src/Makefile index 5636a31ce..f68c993d1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ -GIT_VERSION := $(shell git describe --long --tags) +GIT_VERSION := $(shell git describe --long) DEPS_PATH=../deps