aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-09-03 13:38:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-03 13:38:32 -0700
commit6233c7b2d3f0b5dcc331e88d8029523bdf08217a (patch)
treeadccf6f3b9ac3da5832e2acca28d5b3ed1c87d26 /gyp/common_conditions.gypi
parent0c88d8233ba3a8baa9b4dd6ef515def6b3749980 (diff)
Revert to enabling all of -O2 as it exposes a bug in the toolchain.
Instead as a workaround we will temporarily disable tiling the few GMs that produce errors with the existing 64-bit ARM toolchain. BUG=skia:2908 R=mtklein@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/537713002
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 0075b250ea..aa6da5160f 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',