Merge "logd: enable LTO" am: 17e8605bcf am: 01ae2552ea
Change-Id: I240b2aaa0a013a7bf99c5c388c34cd734669700c
This commit is contained in:
commit
5e09d0722e
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue