community/firefox: cleanup comments and useless arg

This commit is contained in:
psykose 2023-03-05 16:31:19 +00:00
parent c1c6398136
commit e80f934c0c

View File

@ -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