| Index: skia/skia_library_opts.gyp
|
| diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp
|
| index 541372179ef7ef2e3475cb68d6492e50c99526c0..667310508fcee18551a3dec77d45c8a27bc4a673 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',
|
|
|