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

Commit 72f1aa8b authored by Tom Cherry's avatar Tom Cherry
Browse files

logd: enable LTO

Logd is self contained so LTO should be net beneficial.

Bug: 155322981
Test: logging unit tests
Change-Id: I7e26fcf15a7886ed537685d921428c679d7390f8
parent 0b3f9567
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 {