Merge "Libunwindstack: Add -O0 to tools defaults on host"

This commit is contained in:
Treehugger Robot 2018-05-23 19:37:01 +00:00 committed by Gerrit Code Review
commit 2ed14f3923
1 changed files with 9 additions and 0 deletions

View File

@ -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 {