| Index: build/args/bots/official.desktop/blimp-engine.gn
|
| diff --git a/build/args/bots/official.desktop/blimp-engine.gn b/build/args/bots/official.desktop/blimp-engine.gn
|
| index 0cd50c9207a6a8770d5e6fe31b5b8a173eefe4df..2554c3702ae15327231450a0c86e9a9285ec9bd4 100644
|
| --- a/build/args/bots/official.desktop/blimp-engine.gn
|
| +++ b/build/args/bots/official.desktop/blimp-engine.gn
|
| @@ -1,2 +1,7 @@
|
| import("//build/args/blimp_engine.gn")
|
| -is_debug = true
|
| +
|
| +# Use release build to improve engine performance, especially WebP encoding.
|
| +is_debug = false
|
| +
|
| +# Turn on DCHECK to find bugs.
|
| +dcheck_always_on = true
|
|
|