Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index d2b26112053fe3849a9b88217474d5f1ff581e7c..f9feb1c132ddcd07cf21e99044c42ed5f0fc5a37 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -205,6 +205,10 @@ |
'SK_BUILD_FOR_UNIX', |
], |
'configurations': { |
+ 'Coverage': { |
+ 'cflags': ['-g --coverage'], |
borenet
2013/09/12 17:22:58
We already provide '-g' in both Debug and Release.
mtklein
2013/09/12 17:34:00
Yeah, I suppose debug symbols aren't necessary, bu
borenet
2013/09/12 17:40:02
Whoa - sorry, I totally missed that this was a dif
|
+ 'ldflags': ['--coverage'], |
+ }, |
'Debug': { |
'cflags': ['-g'] |
}, |