summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzneix2021-05-13 16:50:53 +0200
committerzneix2021-05-13 16:50:53 +0200
commita288063e9f1b648ee185867925ba2fcf82b990de (patch)
tree47e756f0c284da125176f251ead8ce996c23e058 /PKGBUILD
parentbae6ae67f2b72045cd92b40f19a6ce7ce432b154 (diff)
downloadaur-a288063e9f1b648ee185867925ba2fcf82b990de.tar.gz
Don't use build type Release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa5a25844e5..88fbe0cd0034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
cd "$srcdir/x11-emoji-picker"
mkdir -p build
cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
+ cmake -DCMAKE_BUILD_TYPE=None ..
make
}