Merge "init_first_stage: Disable ThinLTO" into main am: 6b57c885d3 am: fe0b2355fc am: 6e6b357d4e am: 01d9118143
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2667055 Change-Id: I85d33fa71af89417a1945fdf4a920e42965c6b83 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2518f622ca
1 changed files with 4 additions and 0 deletions
|
|
@ -392,6 +392,10 @@ init_first_stage_cc_defaults {
|
||||||
],
|
],
|
||||||
|
|
||||||
static_executable: true,
|
static_executable: true,
|
||||||
|
lto: {
|
||||||
|
// b/169004486 ThinLTO breaks x86 static executables.
|
||||||
|
never: true,
|
||||||
|
},
|
||||||
system_shared_libs: [],
|
system_shared_libs: [],
|
||||||
|
|
||||||
cflags: [
|
cflags: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue