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

am: 709f4802eb

Change-Id: Ib6bbaa01bb3becbf1ef919e7ba726816d3c1a9ac
This commit is contained in:
Andreas Gampe 2018-05-24 07:25:24 -07:00 committed by android-build-merger
commit 3dd238b948

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 {