From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B847C36005 for ; Mon, 28 Apr 2025 07:55:37 +0000 (UTC) Subject: Re: Proposal: skip debug builds of native packages To: openembedded-core@lists.openembedded.org From: "Jan Kircher" X-Originating-Location: Frankfurt am Main, Hesse, DE (147.161.136.195) X-Originating-Platform: Windows Firefox 137 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Mon, 28 Apr 2025 00:52:03 -0700 References: In-Reply-To: Message-ID: <8641.1745826723338154901@lists.openembedded.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 28 Apr 2025 07:55:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215584 On Wed, Apr 16, 2025 at 03:01 PM, Peter Kjellerstedt wrote: > If you are setting DEBUG_BUILD globally rather than per recipe, then the= =20 > solution for you to avoid enabling it for native recipes would be to=20 > instead use: >=20 > DEBUG_BUILD:class-target =3D "1" >=20 > //Peter >=20 That is a way better solution. I didn't know this is possible. Thank you!