mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
boost: Don't run more than two build processes at once
This commit is contained in:
@@ -48,6 +48,10 @@ CONFIGURE_OPTIONS = \
|
|||||||
debug-symbols=off \
|
debug-symbols=off \
|
||||||
pch=off
|
pch=off
|
||||||
|
|
||||||
|
ifeq "$(MACHINE)" "armv5tel"
|
||||||
|
MAKETUNING = -j2
|
||||||
|
endif
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user