From 667d85d6eb35d8e2fe27b1ed3091ce4714eab4c8 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:26:00 +0400 Subject: [PATCH] [TOOLS] Do not generate debug information (#1359) --- build/chromium.gn_args | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/chromium.gn_args b/build/chromium.gn_args index 032302ba..46ef001e 100644 --- a/build/chromium.gn_args +++ b/build/chromium.gn_args @@ -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