cmake: Limit build to two concurrent compiler processes

Overheats my system :(
This commit is contained in:
Michael Tremer
2015-02-07 22:22:08 +00:00
parent de0ccf8f8c
commit 6a697701c2

View File

@@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
ifeq "$(MACHINE)" "armv5tel"
MAKETUNING = -j2
endif
###############################################################################
# Top-level Rules
###############################################################################