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

Unified Diff: nacltoons/Makefile

Issue 12316137: [nacltoons] Don't built with nacl-mounts by default (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | 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 3af68332715610e66e1d025081387533d4b8bea1..6f08ea79f765f5f45611c5351496c7a4b204c8de 100644
--- a/nacltoons/Makefile
+++ b/nacltoons/Makefile
@@ -17,7 +17,7 @@ endif
# Use this variable to enable/disable nacl_mounts an an alternative to
# nacl_io. When you do this you will also want to clean the cocos build using:
# "build/build_cocos2dx.sh clean"
-NACL_MOUNTS = 1
+#NACL_MOUNTS = 1
DEBUG ?= 1
ifeq ($(DEBUG),1)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698