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

Commit 01ae2552 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "logd: enable LTO" am: 17e8605b

Change-Id: Iec29c3588b0dffe1973bd2841ae8724dc95b866b
parents 0936da29 17e8605b
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 {