Move host flags from linux -> host
am: cd58088ccf
Change-Id: If60258b3bf78cd9ed1c9b9dcbfb2d7bfa650d10d
This commit is contained in:
commit
0a3b1d31ab
|
@ -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