Re: [PATCH] sandbox: enable frame pointers unconditionally

2024-05-20 Thread Sascha Hauer
On Fri, 17 May 2024 09:48:51 +0200, Ahmad Fatoum wrote: > We have no size constraints on sandbox, so enable frame pointers for > easier debugging. > > Applied, thanks! [1/1] sandbox: enable frame pointers unconditionally https://git.pengutronix.de/cgit/barebox/commit/?id=df68faf5b855 (l

[PATCH] sandbox: enable frame pointers unconditionally

2024-05-17 Thread Ahmad Fatoum
We have no size constraints on sandbox, so enable frame pointers for easier debugging. Signed-off-by: Ahmad Fatoum --- arch/sandbox/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 3419b6e4f686..d82027e75047 100644 --- a/arch/sandbox/K