mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/firefox: fix
This commit is contained in:
parent
c9fa33953f
commit
3be059b748
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ STRIP_FLAGS="--strip-debug"
|
|||
END
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
echo "ac_add_options --disable-ion" >> .mozconfig
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
||||
elif [[ $CARCH == "aarch64" ]]; then
|
||||
|
|
Loading…
Reference in a new issue