Merge "Re-enable LTO for linker"
This commit is contained in:
commit
7d3f322e64
2 changed files with 4 additions and 6 deletions
|
@ -122,6 +122,10 @@ cc_defaults {
|
|||
cflags: ["-DUSE_SCUDO"],
|
||||
},
|
||||
},
|
||||
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
}
|
||||
|
||||
libc_scudo_product_variables = {
|
||||
|
@ -1782,9 +1786,6 @@ cc_library {
|
|||
"com.android.runtime",
|
||||
],
|
||||
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
target: {
|
||||
native_bridge: {
|
||||
shared: {
|
||||
|
|
|
@ -391,9 +391,6 @@ cc_binary {
|
|||
},
|
||||
},
|
||||
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
pgo: {
|
||||
sampling: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue