mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 08:51:47 +01:00
community/firefox: cleanup comments and useless arg
This commit is contained in:
parent
c1c6398136
commit
e80f934c0c
@ -554,9 +554,6 @@ prepare() {
|
||||
# keys
|
||||
# these are for alpine linux use only
|
||||
ac_add_options --with-mozilla-api-keyfile="$builddir/mozilla-api-key"
|
||||
|
||||
# tgz faster than bz2
|
||||
mk_add_options MOZ_PKG_FORMAT=tgz
|
||||
EOF
|
||||
}
|
||||
|
||||
@ -611,7 +608,6 @@ build() {
|
||||
|
||||
case "$CARCH" in
|
||||
aarch64|x86_64)
|
||||
# todo: segfaults profiling on ci only
|
||||
msg "building instrumented firefox"
|
||||
cat > .mozconfig base-mozconfig - <<-EOF
|
||||
ac_add_options --disable-elf-hack
|
||||
@ -661,6 +657,7 @@ build() {
|
||||
;;
|
||||
riscv64)
|
||||
# no pgo here as it uses too much memory
|
||||
# riscv doesn't recognise the --disable-elf-hack
|
||||
msg "building regular firefox"
|
||||
cat > .mozconfig base-mozconfig - <<-EOF
|
||||
ac_add_options --disable-profiling
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user