summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2021-04-26 12:22:26 +0200
committerTorben2021-04-26 12:22:26 +0200
commitca0deba82b029d908d6d36d1354b1a9dd56102d2 (patch)
treec78d1679181fcdc4b7f4662e6d90d694aeca89b8
parenta73143266d3e8e33c04d938e17fa2d7c54f1c355 (diff)
downloadaur-ca0deba.tar.gz
Use release profile instead of development profile
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96c41b85e5a3..f85c2831c86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "$srcdir/geary"
- meson --prefix=/usr --buildtype=release build
+ meson --prefix=/usr --buildtype=release -Dprofile=release build
ninja -v -C build
}