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

Unified Diff: skia/skia_library_opts.gyp

Issue 1289623006: build: On Android, disable LTO for specific targets only when targeting GCC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarify comment in build/common.gypi; add TODO to use -lto_library Created 5 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
« no previous file with comments | « skia/skia.gyp ('k') | third_party/libwebp/libwebp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library_opts.gyp
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp
index 5675ca1da1807c4605d728dcb2b26d4abdf8baa8..35eec1b983cde82bfb24aa2528530199c31df7e2 100644
--- a/skia/skia_library_opts.gyp
+++ b/skia/skia_library_opts.gyp
@@ -34,7 +34,7 @@
# 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',
+ '../build/android/disable_gcc_lto.gypi',
],
'include_dirs': [ '<@(include_dirs)' ],
'conditions': [
@@ -192,7 +192,7 @@
'../build/android/increase_size_for_speed.gypi',
# Disable LTO due to Neon issues
# crbug.com/408997
- '../build/android/disable_lto.gypi',
+ '../build/android/disable_gcc_lto.gypi',
],
'include_dirs': [ '<@(include_dirs)' ],
'cflags!': [
« no previous file with comments | « skia/skia.gyp ('k') | third_party/libwebp/libwebp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698