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

Unified Diff: libvpx_srcs_x86_intrinsics.gypi

Issue 891933003: Disable LTO for AVX2 code. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 10 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
« libvpx_srcs_x86_64_intrinsics.gypi ('K') | « libvpx_srcs_x86_64_intrinsics.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86_intrinsics.gypi
diff --git a/libvpx_srcs_x86_intrinsics.gypi b/libvpx_srcs_x86_intrinsics.gypi
index 42eac1ac78022b4a3a5a8ac8e5ac433ad430b803..1facc1cffc97c2ce1ec2aeec59719d310c4bf357 100644
--- a/libvpx_srcs_x86_intrinsics.gypi
+++ b/libvpx_srcs_x86_intrinsics.gypi
@@ -115,6 +115,7 @@
'<(libvpx_source)/vp9/encoder/x86/vp9_variance_impl_intrin_avx2.c',
],
'cflags': [ '-mavx2', ],
+ 'cflags!': [ '-flto', ],
'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] },
'msvs_settings': {
'VCCLCompilerTool': {
« libvpx_srcs_x86_64_intrinsics.gypi ('K') | « libvpx_srcs_x86_64_intrinsics.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698