summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6fa0449413d..9ade17923b6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,8 @@ prepare() {
build() {
cd build
- CXXFLAGS+=' -fpeel-loops' arch-meson "../${_plug}" \
+ CXXFLAGS="${CXXFLAGS//-march=x86-64 -mtune=generic/-march=native} -fpeel-loops" \
+ arch-meson "../${_plug}" \
--libdir /usr/lib/vapoursynth
ninja