[TOOLS] Do not generate debug information (#1359)

This commit is contained in:
uazo
2024-08-07 11:26:00 +04:00
committed by GitHub
parent 21f45c2e7e
commit 667d85d6eb
+3 -1
View File
@@ -1,4 +1,6 @@
# infra/config/generated/builders/ci/android-official/gn-args.json
debuggable_apks = false
is_official_build = true
symbol_level = 2
# the official instructions use symbol_level=2 but I do not need the debug symbols
symbol_level = 0