Merge "logd: enable LTO" am: 17e8605bcf
Change-Id: Iec29c3588b0dffe1973bd2841ae8724dc95b866b
This commit is contained in:
commit
01ae2552ea
1 changed files with 8 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ cc_library_static {
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
"-Wthread-safety",
|
"-Wthread-safety",
|
||||||
] + event_flag,
|
] + event_flag,
|
||||||
|
|
||||||
|
lto: {
|
||||||
|
thin: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
|
|
@ -82,6 +86,10 @@ cc_binary {
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
lto: {
|
||||||
|
thin: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue