summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-02-15 00:15:08 +0100
committersL1pKn072023-02-15 00:15:08 +0100
commit5c6eecd767526bf4df0ceea0d57ee2bed687b5c9 (patch)
treea2a859bb41a160695d6e7f128cfdd8e6e7fbc297
parentec7309ec1578bc4bb48bf6b687fd1990d4543e83 (diff)
downloadaur-vapoursynth-plugin-minideen-git.tar.gz
bump
-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