diff options
author | Alexandre Bouvier | 2021-07-28 18:01:27 +0200 |
---|---|---|
committer | Alexandre Bouvier | 2021-07-28 18:01:27 +0200 |
commit | 70476f09ed6ff6d1aa70d7be22a3c257c10feae8 (patch) | |
tree | e2a141bf98d57892cd5b4c71d7753c4b0dd66007 /PKGBUILD | |
parent | 5c96c7b8400736c0a61245de208f024b2483d9c0 (diff) | |
download | aur-70476f09ed6ff6d1aa70d7be22a3c257c10feae8.tar.gz |
prefer makepkg config
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |