Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: libvpx.gyp

Issue 471653004: [libvpx] Disable LTO for one target. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Review comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libvpx.gyp
diff --git a/libvpx.gyp b/libvpx.gyp
index 96a12968eaa3ac9994aa1dda4cdea8a847593c23..4acc76330d26fcaf034b8a02810951082b1bcabd 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -5,6 +5,9 @@
'variables': {
'libvpx_build_vp9%': 1,
'libvpx_source%': 'source/libvpx',
+ # Link-Time Optimizations
Nico 2014/08/29 14:30:41 "Disable LTO for neon targets, crbug.com/XXX" The
Fabrice (no longer in Chrome) 2014/08/29 14:45:00 Done.
+ # crbug.com/407544
+ 'use_lto%': 0,
'conditions': [
['os_posix==1', {
'asm_obj_extension': 'o',

Powered by Google App Engine
This is Rietveld 408576698