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

Unified Diff: native_client_sdk/src/tools/common.mk

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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 | « native_client_sdk/src/libraries/ppapi_main/ppapi_main.h ('k') | native_client_sdk/src/tools/host_vc.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/tools/common.mk
diff --git a/native_client_sdk/src/tools/common.mk b/native_client_sdk/src/tools/common.mk
index 3e3388cc28fc2d614a1ef747441174a7a4d277f1..1082bd50e29d42d2026b8aeeeb6030938b91231a 100644
--- a/native_client_sdk/src/tools/common.mk
+++ b/native_client_sdk/src/tools/common.mk
@@ -239,7 +239,7 @@ endif
ifeq ($(CONFIG),Release)
POSIX_FLAGS?=-g -O2 -pthread -MMD
else
-POSIX_FLAGS?=-g -O0 -pthread -MMD
+POSIX_FLAGS?=-g -O0 -pthread -MMD -DNACL_SDK_DEBUG
endif
NACL_CFLAGS?=-Wno-long-long -Werror
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_main.h ('k') | native_client_sdk/src/tools/host_vc.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698