OLD | NEW |
---|---|
1 import("//build/args/blimp_engine.gn") | 1 import("//build/args/blimp_engine.gn") |
2 is_debug = true | 2 is_debug = false |
3 dcheck_always_on = true | |
maniscalco
2016/04/29 18:32:28
Why change the flags here instead of in build/args
haibinlu
2016/04/29 22:51:34
in local development case, debug build is desirabl
maniscalco
2016/04/29 22:58:57
For local builds we always have the option of just
Dirk Pranke
2016/04/30 00:04:32
Well, the //build/args/bots file needs to transiti
maniscalco
2016/05/02 19:13:00
Dirk, that's helpful thanks.
SGTM. I can see val
| |
OLD | NEW |