Received: from mail1.protonmail.ch (mail1.protonmail.ch [185.70.40.18]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D3E31780F09 for <~alpine/devel@lists.alpinelinux.org>; Mon, 30 Dec 2019 14:05:22 +0000 (UTC) Date: Mon, 30 Dec 2019 14:05:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogitri.dev; s=protonmail; t=1577714720; bh=UFS9IT+4kZb9TkkiSJ/hqK0LanrG1ZMwUSKXJcmsdbo=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=rydKdzscA+vSM4cEZXOtgsRrdzDGoRcbeWZa3kNZUkRLBNBqjb30los0goY+dY/0w 85AvSd4HQuWCdp9v6fLwIVdqOYti+QfbcdlcpHBEaUZo0aDBuR1MrEzAVOqMKE/PwH nc3f8tDT5E1HVA/CeaafXdpXJV/TPk8SFr0Zcubw= To: ~alpine/devel@lists.alpinelinux.org From: Rasmus Thomsen Reply-To: Rasmus Thomsen Subject: Enabling debugoptimized/RelWithDebInfo for meson/CMake Message-ID: <85075684757e5b3296efe40567f743e31e3e72fb.camel@cogitri.dev> Feedback-ID: LZW2MXNaH7NSG88i8lGpebeqB0wmcl0-3TbzkSuzsmAwEQspn4GI-WRe8j3PhRL4SBmua4rQWq6fadPcLS5uxQ==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.protonmail.ch Hello list, I've recently opened MRs to enable debugoptimized mode for meson[1] and make it the default for new aports using CMake or meson[2]. This way the -dbg subpackages for these actually make sense (without them they're defunct since debugging info isn't generated during buildtime), allowing users to debug crashes. Do note that this won't lead to a huge increase in storage size needed in mirrors, since we only keep the debugging info for the packages that have -dbg subpackages, otherwise the debugging info will be stripped from the final binaries. Would be nice if a few people could take a look at this :) Regards, Rasmus 1: https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2619 2: https://gitlab.alpinelinux.org/alpine/abuild/merge_requests/13