summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-07-28 18:01:27 +0200
committerAlexandre Bouvier2021-07-28 18:01:27 +0200
commit70476f09ed6ff6d1aa70d7be22a3c257c10feae8 (patch)
treee2a141bf98d57892cd5b4c71d7753c4b0dd66007 /PKGBUILD
parent5c96c7b8400736c0a61245de208f024b2483d9c0 (diff)
downloadaur-70476f09ed6ff6d1aa70d7be22a3c257c10feae8.tar.gz
prefer makepkg config
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 565ad9a86876..3a3b37e100e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,8 +28,10 @@ build() {
cmake -S $_pkgname -B build \
-DARCH_FLAG="" \
-DCMAKE_BUILD_TYPE=Release \
+ -DDISABLE_ADVANCE_SIMD=ON \
-DLIBRETRO=ON \
-DOPTIMIZATION_FLAG="" \
+ -DUSE_LTO=OFF \
-Wno-dev
cmake --build build
}