extra/chromium: update

This commit is contained in:
Kevin Mihelich 2022-02-07 04:39:02 +00:00
parent ffb8756202
commit 085ac2e895
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - makeflags to -j4 on v7, RAM constraints
# - build ARMv7 with NEON
# - let build set march on AArch64
# - is_cfi=false, use_gold=false
# - clang_use_default_sample_profile=false, AFDO breaks distcc
@ -108,7 +107,6 @@ prepare() {
patch -p1 -i ../0002-Run-blink-bindings-generation-single-threaded.patch
patch -p1 -i ../0003-Fix-eu-strip-build-for-newer-GCC.patch
# Build ARMv7 with NEON
if [[ $CARCH == "armv7h" ]]; then
export ALARM_NINJA_JOBS="4"
export MAKEFLAGS="-j4"