Merge "init_first_stage: Disable ThinLTO" into main
This commit is contained in:
commit
6b57c885d3
1 changed files with 4 additions and 0 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue