Got it. I'll send out V3.
Regards,
Qi
-Original Message-
From: Alexander Kanavin
Sent: Thursday, February 20, 2025 6:28 PM
To: Chen, Qi
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH V2] debugedit: fix build failure when enabling
DEBUG_BUILD
On Thu, 2
On Thu, 20 Feb 2025 at 05:31, Chen Qi via lists.openembedded.org
wrote:
> +Upstream-Status: Backport [820498e881401a6f4b1715dc6831da965f6e1d69]
This doesn't say where the commit can be found. It's better to point
to the git web ui:
https://sourceware.org/cgit/debugedit/commit/?id=820498e881401a6
From: Chen Qi
When DEBUG_BUILD is enabled, we use "-Og" gcc options. In such
case, the xxhash functions are considered not inline, yet debugedit.c
defined XXH_INLINE_ALL to force inline, thus causing build failure.
Backport a patch which add "--disable-inlined-xxhash" option and
make debugedit u