Limit the compiler threads, otherwise this consumes a lot of memory resources due to the new module sources

pull/1914/head
jsteube 5 years ago
parent 9310b534f4
commit 64540dee37

@ -38,7 +38,7 @@ endif
## Makefile flags
##
MAKEFLAGS += -l -j -rR --no-print-directory
MAKEFLAGS += -l -j 8 -rR --no-print-directory
ifneq ($(findstring clean,$(MAKECMDGOALS)),)
MAKEFLAGS += -j 1

Loading…
Cancel
Save