All: Move to c++20

This commit is contained in:
2023-02-09 23:05:26 +02:00
parent 338771c5b0
commit 6a133782ed
5 changed files with 13 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ export LIBDIR=$EXEC_PREFIX/lib
export INCLUDEDIR=$PREFIX/include
export CFLAGS='-O2 -g'
export CPPFLAGS=''
export CPPFLAGS='--std=c++20'
# Configure the cross-compiler to use the desired system root.
export SYSROOT="$(pwd)/sysroot"