commit | a4d0b60cef27687679d72642f4cd05da25ed8461 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Jun 16 13:43:50 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 09:06:57 2022 -0400 |
tree | 0597afb2be7c9a4272823e2c768086088b4d9d10 | |
parent | 234064b060f61f435101e8e8207cf57c81067950 [diff] |
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>