From 78d37d9942be8548da47259a8b0f5ea584ed1f16 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 30 Dec 2019 14:54:12 +0100 Subject: tree-wide: use --buildtype=debugoptimized for meson packages As of now we're using the buildttype 'release', which produces optimized builds but without any usable debugging info, which makes debugging crashes impossible, even if a -dbg subpackage exists. As such we should build in the buildmode 'debugoptimized' to offer proper debug symbols. --- community/gnome-clocks/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/gnome-clocks/APKBUILD') diff --git a/community/gnome-clocks/APKBUILD b/community/gnome-clocks/APKBUILD index fb205af9e3..70e2889395 100644 --- a/community/gnome-clocks/APKBUILD +++ b/community/gnome-clocks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen pkgname=gnome-clocks pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Clock application designed for GNOME 3" url="https://wiki.gnome.org/Apps/Clocks" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } -- cgit v1.2.3