libxx: Change the default value of CXX_STANDARD to gnu++20

since llvm libcxx 15.0.7 require c++20 feature to pass the build

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-01-25 03:13:38 +08:00 committed by Petro Karashchenko
parent 032a5c75a4
commit d6453cfc3c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ endif
config CXX_STANDARD
string "Language standard"
default "gnu++17"
default "gnu++20"
---help---
Possible values:
gnu++98/c++98, gnu++11/c++11, gnu++14/c++14, gnu++17/c++17 and gnu++20/c++20