Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 0075b250ea6a95a3c53ff8fd4c90d78e57c8c731..aa6da5160fd5c981cb17d74e71b34f3931bd81e9 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -240,13 +240,6 @@ |
'-fno-omit-frame-pointer', |
], |
}], |
- [ 'skia_arch_type == "arm64"', { |
- # this flag causes tiling errors with GCC 4.9 (pre-release) toolchain |
- # see skbug.com/ |
- 'cflags': [ |
- '-fno-expensive-optimizations' |
- ], |
- }], |
[ 'skia_arch_type == "arm" and arm_thumb == 1', { |
'cflags': [ |
'-mthumb', |