extra/firefox: fix

This commit is contained in:
Kevin Mihelich 2017-11-16 01:53:36 +00:00
parent a6fe8f89d5
commit 9b033d8011

View file

@ -111,6 +111,7 @@ END
if [[ $CARCH == "armv7h" ]]; then
echo "ac_add_options --disable-elf-hack" >> .mozconfig
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
echo "ac_add_options --disable-stylo" >> .mozconfig
elif [[ $CARCH == "aarch64" ]]; then
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
fi