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

am: 2ed14f3923

Change-Id: I4af6be8347e22ecceffcb932bb130a836c0a7d52
This commit is contained in:
Andreas Gampe 2018-05-23 13:10:35 -07:00 committed by android-build-merger
commit 709f4802eb
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 {