]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
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)
commit9b78c9297b3c9277089c1130363ed6b1bb38f57d
tree0597afb2be7c9a4272823e2c768086088b4d9d10
parentd1a03e6bbc4e025797af17168b4909b3b14a2590
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