Merge "Libunwindstack: Add -O0 to tools defaults on host"
This commit is contained in:
commit
2ed14f3923
|
@ -220,6 +220,15 @@ cc_defaults {
|
|||
"libbase",
|
||||
"liblzma",
|
||||
],
|
||||
target: {
|
||||
// Always disable optimizations for host to make it easier to debug.
|
||||
host: {
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
|
|
Loading…
Reference in New Issue