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

Commit 1918b399 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable LTO on -eng"

parents c1e5c3ea 27294181
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -43,6 +43,11 @@ cc_defaults {
        device_uses_hwc2: {
            cflags: ["-DUSE_HWC2"],
        },
        eng: {
            lto: {
                never: true,
            },
        },
    },
}