Re: [PATCH 1/1] Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host tools

2022-07-08 Thread Tom Rini
On Thu, Jun 16, 2022 at 01:43:50PM +0200, Heinrich Schuchardt wrote: > If CONFIG_CC_OPTIMIZE_FOR_DEBUG=y, the host tools should be built with > debug symbols and with reduced optimization. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/next, thanks! -- Tom signature.asc

[PATCH 1/1] Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host tools

2022-06-16 Thread Heinrich Schuchardt
If CONFIG_CC_OPTIMIZE_FOR_DEBUG=y, the host tools should be built with debug symbols and with reduced optimization. Signed-off-by: Heinrich Schuchardt --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2fa3a3b488..faa01eadd7 100644 --- a/Makefile