summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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