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"', { |