Move host flags from linux -> host am: cd58088ccf
am: 0a3b1d31ab
Change-Id: I57477ab4fc1e240b719f20fe4cf38223a84e7e07
This commit is contained in:
commit
22409b1ac6
|
@ -67,7 +67,7 @@ cc_library {
|
|||
|
||||
target: {
|
||||
// Always disable optimizations for host to make it easier to debug.
|
||||
linux: {
|
||||
host: {
|
||||
cflags: ["-O0", "-g"],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue