commit | 66c9f20f5b63bac2249996e20a16de4dc212251e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 29 12:41:53 2022 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Thu Oct 06 11:53:40 2022 +0100 |
tree | d99e3fc0e808d8a1494918e2713498d2cd686739 | |
parent | 100c459f1948b9367cea44c76d5c633b0d23f23b [diff] |
pc-bios/optionrom: detect CC options just once In preparation for adding Docker container support, detect compiler options just once rather than once per Make run; container startup overhead is substantial and doing the detection just once makes things faster. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220929114231.583801-14-alex.bennee@linaro.org>