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

Commit 6b57c885 authored by Yi-Yo Chiang's avatar Yi-Yo Chiang Committed by Gerrit Code Review
Browse files

Merge "init_first_stage: Disable ThinLTO" into main

parents 89d22239 4d6fa8cc
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -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: [