summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb4ef20fa564..ad4d98baae1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ install=post.install
OPTIONS+=(
epoch = 1
- OPTIONS+=debug !strip
)
depends=('rapidyaml>=0.4')
@@ -90,7 +89,7 @@ build()
cd build
cmake ../pcsx2 \
- -DCMAKE_BUILD_TYPE=Devel \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DCMAKE_C_COMPILER=clang \