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

Commit 6f039d13 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "logd: enable LTO" am: 17e8605b am: 01ae2552 am: 5e09d072

Change-Id: Ib5a67fe6885f91d01e656ff634ab57bcb578ceeb
parents 65914036 5e09d072
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 {