Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: nacltoons/Makefile

Issue 17743003: [nacltoons] Roll cocos2dx + two bug fixes (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | nacltoons/build/build-cocos2dx.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/Makefile
diff --git a/nacltoons/Makefile b/nacltoons/Makefile
index 9b684162d906b62d2afb6755c47ffb217245548f..ae97655aef2bae5393d2ba2f8fc1161f33c387c1 100644
--- a/nacltoons/Makefile
+++ b/nacltoons/Makefile
@@ -21,7 +21,7 @@ TOOLCHAIN ?= newlib
all: cocos2dx lua-yaml
@echo '@@@BUILD_STEP build game@@@'
- TOOLCHAIN=$(TOOLCHAIN) NACL_ARCH=$(NACL_ARCH) CONFIG=$(CONFIG) $(MAKE) -C proj.nacl
+ TOOLCHAIN=$(TOOLCHAIN) NACL_ARCH=$(NACL_ARCH) CONFIG=$(CONFIG) $(MAKE) -j10 -C proj.nacl
cocos2dx: build/build-cocos2dx.sh
USE_BOX2D=1 NACL_ARCH=$(NACL_ARCH) build/build-cocos2dx.sh
« no previous file with comments | « DEPS ('k') | nacltoons/build/build-cocos2dx.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698