summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Anders2024-06-06 21:53:17 -0500
committerGregory Anders2024-06-06 21:53:17 -0500
commit28076f027b75d44d41d315db707923ae00784aac (patch)
treee17c609ed22c4d54e507cf4a6b751ef7f5d08a85
parent3b67c646c4a22e19aa07c59e8cae3ac73fadb23c (diff)
downloadaur-28076f027b75d44d41d315db707923ae00784aac.tar.gz
Use Release build type
This mirrors the package in the main repository and still includes debug symbols if makepkg is configured with the "debug" option.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66a709a5a0b5..a21bfc7be665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ build() {
cd "$_pkgname"
cmake \
-Bbuild \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_BUNDLED=OFF \
-G Ninja \