]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host tools
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 16 Jun 2022 11:43:50 +0000 (13:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2022 13:06:57 +0000 (09:06 -0400)
commit96ccff93dddfb7c74e188629dd0b56175b3eabda
tree0597afb2be7c9a4272823e2c768086088b4d9d10
parent57faabfdc8c2535e6acc6f00d4bc488e9defc66e
Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host tools

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 <heinrich.schuchardt@canonical.com>
Makefile