Merge "Fix a typo. NFC." into main am: 59276876cd
am: 4e0f3a19f3
am: 294e07f8de
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2658057 Change-Id: I2bc36aae0818c1bd7ca9ddba9bef26a860d73801 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -108,7 +108,7 @@ func (lto *lto) flags(ctx BaseModuleContext, flags Flags) Flags {
|
|||||||
var ltoLdFlags []string
|
var ltoLdFlags []string
|
||||||
|
|
||||||
// The module did not explicitly turn on LTO. Only leverage LTO's
|
// The module did not explicitly turn on LTO. Only leverage LTO's
|
||||||
// better dead code elinmination and CFG simplification, but do
|
// better dead code elimination and CFG simplification, but do
|
||||||
// not perform costly optimizations for a balance between compile
|
// not perform costly optimizations for a balance between compile
|
||||||
// time, binary size and performance.
|
// time, binary size and performance.
|
||||||
if !lto.ThinLTO() {
|
if !lto.ThinLTO() {
|
||||||
|
Reference in New Issue
Block a user