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

Unified Diff: skia/skia.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: 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
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index eea745ca2780e732e0efd47b8e544b0c6ff919d3..b03c3b29ebc024d8fc8f8b6aa93b4548364ba96b 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -20,7 +20,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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698