summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-06-26 23:32:28 +0200
committerMartin T. H. Sandsmark2020-06-26 23:32:28 +0200
commitdce8456f47ac71fe303f7fd287fb734bdf6e9475 (patch)
treeedbbbeb057d484477825df8f1e384bc5dffedf84
parentbe98752b6db49376cbdf243a1a61144c240334cc (diff)
downloadaur-dce8456f47ac71fe303f7fd287fb734bdf6e9475.tar.gz
reldebug is better
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08cfb2fff448..df7348e010bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ build() {
cd build
BUILD_TYPE=Release
if [[ " ${OPTIONS[@]} " =~ " debug " ]]; then
- BUILD_TYPE=Debug
+ BUILD_TYPE=RelDebug
elif [[ " ${OPTIONS[@]} " =~ " !strip " ]]; then
BUILD_TYPE=RelDebug
fi