commit | f38cb2aca7ab95c4be53eb54497f91ba8a35e4a9 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Feb 22 12:19:24 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 25 13:35:50 2022 -0400 |
tree | bb97c57132c800e893a355955c57aa13b946e68d | |
parent | e47bbf7e0e160ad8a52927cf3411673413138285 [diff] |
Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configs This adds a separate CONFIG_CC_OPTIMIZE_FOR_SPEED option in a choice, in preparation for adding another optimization option. Also convert SH's makefile to use this new option. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>