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

Unified Diff: build/common.gypi

Issue 11078008: Fix fastbuild for android clang. Build -g0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6e435f47e5d696fda6a5154094cae495fea6a51d..7c83a8ccc62ad5c70ed0ef08208e5dd0779e5752 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1604,7 +1604,7 @@
# Clang creates chubby debug information, which makes linking very
# slow. For now, don't create debug information with clang. See
# http://crbug.com/70000
- ['OS=="linux" and clang==1', {
+ ['(OS=="linux" or OS=="android") and clang==1', {
'variables': {
'debug_extra_cflags': '-g0',
},
« 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