mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix instrumented build
This commit is contained in:
parent
4fe73925a4
commit
8d79228586
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue