| Index: third_party/opus/opus.gyp
|
| diff --git a/third_party/opus/opus.gyp b/third_party/opus/opus.gyp
|
| index e6c4bcf1b6650754bf901a22b820bde8e64c597c..bc25921ae80d8427d8c76556187226654fc2dbb5 100644
|
| --- a/third_party/opus/opus.gyp
|
| +++ b/third_party/opus/opus.gyp
|
| @@ -40,7 +40,12 @@
|
| 'src/include',
|
| ],
|
| },
|
| - 'includes': ['opus_srcs.gypi', ],
|
| + 'includes': [
|
| + 'opus_srcs.gypi',
|
| + # Disable LTO due to ELF section name out of range
|
| + # crbug.com/422251
|
| + '../../build/android/disable_lto.gypi',
|
| + ],
|
| 'sources': ['<@(opus_common_sources)'],
|
| 'conditions': [
|
| ['OS!="win"', {
|
|
|