From 8d79228586ca6adb46471dbf796e14399a2d05f2 Mon Sep 17 00:00:00 2001 From: xiota Date: Wed, 29 Oct 2025 00:06:22 +0000 Subject: [PATCH] fix instrumented build --- PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 0a17824aa74c2..511e20d79a8de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -309,6 +309,9 @@ build() ( cat > .mozconfig ../mozconfig - << END ac_add_options --enable-profile-generate=cross export MOZ_ENABLE_FULL_SYMBOLS=1 + +# prevent error during instrumented build +ac_add_options --enable-official-branding END ./mach build --priority normal