Skip to content
Commit a56ee36c authored by Rebecca Cran's avatar Rebecca Cran Committed by mergify[bot]
Browse files

BaseTools: Build against C++14 when building with clang



clang 17 defaults to C++17, where the 'register' keyword is deprecated
and the warning changed to an error. To avoid build errors, compile
against C++14 by specifying '-std=c++14' in CXXFLAGS.

Signed-off-by: default avatarRebecca Cran <rebecca@quicinc.com>
Reviewed-by: default avatarLiming Gao <gaoliming@byosoft.com.cn>
parent 728ff1da
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment