Merge "init_first_stage: Disable ThinLTO" into main

This commit is contained in:
Yi-Yo Chiang 2023-07-21 05:08:13 +00:00 committed by Gerrit Code Review
commit 6b57c885d3

View file

@ -392,6 +392,10 @@ init_first_stage_cc_defaults {
],
static_executable: true,
lto: {
// b/169004486 ThinLTO breaks x86 static executables.
never: true,
},
system_shared_libs: [],
cflags: [