Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9859eed0 authored by Yi-Yo Chiang's avatar Yi-Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "init_first_stage: Disable ThinLTO" into main am: 6b57c885 am:...

Merge "init_first_stage: Disable ThinLTO" into main am: 6b57c885 am: fe0b2355 am: 6e6b357d am: 01d91181 am: 2518f622

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2667055



Change-Id: Ic88795fb5a907e7f47b75d7a75f761e94d1999fb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 945feca8 2518f622
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: [