extra/firefox: fix

This commit is contained in:
Kevin Mihelich 2017-05-31 00:51:16 +00:00
parent c9fa33953f
commit 3be059b748

View file

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