Merge "Fix a typo. NFC." into main am: 59276876cd
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2658057 Change-Id: I75a9c33ea7ef1aef3133b376ba4737276bc44e37 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
|
||||
|
||||
// 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
|
||||
// time, binary size and performance.
|
||||
if !lto.ThinLTO() {
|
||||
|
Reference in New Issue
Block a user