summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 576312cabf..e50bf9b892 100644
--- a/Makefile
+++ b/Makefile
@@ -43,10 +43,10 @@ endif
ifeq ($(V), 1)
export XCPRETTY
- NINJA_ARGS ?= -v
+ NINJA_ARGS ?= -v -l 2
else
export XCPRETTY ?= | tee '$(shell pwd)/build/xcodebuild-$(shell date +"%Y-%m-%d_%H%M%S").log' | xcpretty
- NINJA_ARGS ?=
+ NINJA_ARGS ?= -l 2
endif
.PHONY: default