Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 1485606f1b68ffee12ee1d2a6f99eccaf43f3b53..aee65daf4293d30ac8a85af45f26f9972f18829b 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -620,11 +620,14 @@ |
'SK_GAMMA_SRGB', |
], |
'configurations': { |
- 'Debug': { |
- 'cflags': ['-g'] |
mtklein
2016/04/25 17:44:17
Was this redundant?
|
- }, |
'Release': { |
'cflags': ['-O2'], |
+ 'conditions': [ |
+ [ 'skia_clang_build', { |
+ 'cflags!': ['-g'], |
+ 'cflags': [ '-gline-tables-only' ], |
+ }], |
+ ], |
}, |
}, |
'libraries': [ |