Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index d6154caee3a839a082e46fcd5b17e553f4f404cd..8241f1830c78b1a50ccce43de8d558491f94d1fb 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -280,7 +280,6 @@ |
[ 'skia_sanitizer', { |
'cflags': [ |
'-fsanitize=<(skia_sanitizer)', |
- '-fno-omit-frame-pointer', |
], |
'ldflags': [ |
'-fsanitize=<(skia_sanitizer)', |
@@ -304,6 +303,9 @@ |
'-Wstring-conversion', |
], |
}], |
+ [ 'skia_keep_frame_pointer', { |
+ 'cflags': [ '-fno-omit-frame-pointer' ], |
+ }], |
], |
}, |
], |