Merge "init_first_stage: Disable ThinLTO" into main am: 6b57c885d3 am: fe0b2355fc
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2667055 Change-Id: I5431ec4d0edf855d10c123f9b3ad83a0392025e4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6e6b357d4e
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…
Add table
Reference in a new issue