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

Commit 17e8605b authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "logd: enable LTO"

parents ae6cab04 72f1aa8b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ cc_library_static {
        "-Wextra",
        "-Wthread-safety",
    ] + event_flag,

    lto: {
        thin: true
    }
}

cc_binary {
@@ -82,6 +86,10 @@ cc_binary {
    cflags: [
        "-Wextra",
    ],

    lto: {
        thin: true
    }
}

cc_binary {