| 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 0f9cc6d8d43a6ef0164226f1c50ef0f84ef94810..df045a957eb7223cc2582ccd8eec8647888c78e0 100644
|
| --- a/build/args/bots/official.desktop/blimp-engine.gn
|
| +++ b/build/args/bots/official.desktop/blimp-engine.gn
|
| @@ -6,5 +6,10 @@ is_debug = false
|
| # Designate this as an official build to pick up breakpad symbols.
|
| is_official_build = true
|
|
|
| +# is_official_build will by default build with loads of symbols that we don't
|
| +# use, thus bloating the engine binary size. Build with symbol_level = 0 to
|
| +# mitigate and keep binaries a reasonable size.
|
| +symbol_level = 0
|
| +
|
| # Turn on DCHECK to find bugs.
|
| dcheck_always_on = true
|
|
|