mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/thunderbird: fix
This commit is contained in:
parent
7d71cef813
commit
9c71519dbc
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - mozconfig changes for ARM
|
||||
# - disable rust lto for v7
|
||||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
|
@ -81,6 +82,7 @@ prepare() {
|
|||
MAKEFLAGS="-j2"
|
||||
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'`
|
||||
CXXFLAGS="$CFLAGS"
|
||||
sed -i '/cargo_rustc_flags += -Clto/d' config/makefiles/rust.mk
|
||||
fi
|
||||
|
||||
echo 'ac_add_options --enable-optimize="-g0 -O2"' >> .mozconfig
|
||||
|
|
Loading…
Reference in a new issue