Index: libvpx.gyp |
diff --git a/libvpx.gyp b/libvpx.gyp |
index 96a12968eaa3ac9994aa1dda4cdea8a847593c23..3a2811c2cfc0b3f2fdda4cc9fc689427a7282364 100644 |
--- a/libvpx.gyp |
+++ b/libvpx.gyp |
@@ -5,6 +5,9 @@ |
'variables': { |
'libvpx_build_vp9%': 1, |
'libvpx_source%': 'source/libvpx', |
+ # Disable LTO for neon targets |
+ # crbug.com/408997 |
+ 'use_lto%': 0, |
'conditions': [ |
['os_posix==1', { |
'asm_obj_extension': 'o', |