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

Commit 790bbb92 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable LTO for static linking with Rust-generated code" into main

parents 277c8f7a e9dfe778
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -153,6 +153,10 @@ cc_library_static {
    ],
    generated_sources: ["libinput_cxx_bridge_code"],

    lto: {
        never: true,
    },

    shared_libs: [
        "libbase",
    ],