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

Unified Diff: build/common.gypi

Issue 605623002: Enable debug fission for Release build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 d00b6a70826b131ca5f16cea034b2ede8823d8df..29dd3acaee1932e5ac49d71ac135c10553d987ed 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3685,6 +3685,15 @@
},
},
mithro-old 2014/09/25 04:51:09 This is popped up a couple of levels, there could
'conditions': [
+
+ ['linux_use_debug_fission==1 and linux_use_gold_flags==1 and (clang==1 or gcc_version>=48) and binutils_version>=223', {
+ 'target_conditions': [
+ ['_toolset=="target"', {
+ 'cflags': ['-gsplit-dwarf'],
+ },
+ ],
+ ]
+ }],
['target_arch=="ia32"', {
'target_conditions': [
['_toolset=="target"', {
« 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