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 df045a957eb7223cc2582ccd8eec8647888c78e0..6fbc7b6f4fe88c748a8754021106b011f8bc003a 100644 |
--- a/build/args/bots/official.desktop/blimp-engine.gn |
+++ b/build/args/bots/official.desktop/blimp-engine.gn |
@@ -7,9 +7,10 @@ is_debug = false |
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 |
+# use, thus bloating the engine binary size. Build with symbol_level = 1 to keep |
+# binary size reasonable while preserving enough to generate backtraces with |
+# source line numbers. |
+symbol_level = 1 |
# Turn on DCHECK to find bugs. |
dcheck_always_on = true |