summaryrefslogtreecommitdiffstats
path: root/skia/skia_library_opts.gyp
diff options
context:
space:
mode:
authorfdegans <fdegans@chromium.org>2014-10-23 04:49:54 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-23 11:50:15 +0000
commitd7a59f95af820ebe6c026ac6b3483199f79c08a8 (patch)
treec138f1f464078cb0407c2cadb86ded372da108d0 /skia/skia_library_opts.gyp
parentb211c7d5094a7ae1af59b557d834c9ca8184dcd9 (diff)
downloadchromium_src-d7a59f95af820ebe6c026ac6b3483199f79c08a8.zip
chromium_src-d7a59f95af820ebe6c026ac6b3483199f79c08a8.tar.gz
chromium_src-d7a59f95af820ebe6c026ac6b3483199f79c08a8.tar.bz2
Add Link-Time Optimizations support for Android.
TBR=sergeyu, shess, cpu, jln BUG=407544 Review URL: https://codereview.chromium.org/646873004 Cr-Commit-Position: refs/heads/master@{#300872}
Diffstat (limited to 'skia/skia_library_opts.gyp')
-rw-r--r--skia/skia_library_opts.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp
index 5413721..6673105 100644
--- a/skia/skia_library_opts.gyp
+++ b/skia/skia_library_opts.gyp
@@ -30,6 +30,10 @@
'includes': [
'skia_common.gypi',
'../build/android/increase_size_for_speed.gypi',
+ # Disable LTO due to compiler error
+ # in mems_in_disjoint_alias_sets_p, at alias.c:393
+ # crbug.com/422255
+ '../build/android/disable_lto.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',
@@ -298,6 +302,9 @@
'includes': [
'skia_common.gypi',
'../build/android/increase_size_for_speed.gypi',
+ # Disable LTO due to Neon issues
+ # crbug.com/408997
+ '../build/android/disable_lto.gypi',
],
'include_dirs': [
'../third_party/skia/include/core',