Merge "Turn on LTO for libc++.so"
This commit is contained in:
@@ -172,6 +172,9 @@ cc_library_shared {
|
|||||||
whole_static_libs: ["libc++_static"],
|
whole_static_libs: ["libc++_static"],
|
||||||
stl: "none",
|
stl: "none",
|
||||||
|
|
||||||
|
lto: {
|
||||||
|
thin: true,
|
||||||
|
},
|
||||||
afdo: true,
|
afdo: true,
|
||||||
|
|
||||||
target: {
|
target: {
|
||||||
|
|||||||
Reference in New Issue
Block a user