fix: change -std=c++26 to -std=c++23 in gcc unit tests script
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
569c4dc3b6
commit
4ddd1d66a5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ cmake \
|
||||||
-D CMAKE_LINKER_TYPE=MOLD \
|
-D CMAKE_LINKER_TYPE=MOLD \
|
||||||
-D ENABLE_UNIT_TESTS=ON \
|
-D ENABLE_UNIT_TESTS=ON \
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D CMAKE_CXX_FLAGS="-std=c++26 -g -fno-omit-frame-pointer"
|
-D CMAKE_CXX_FLAGS="-std=c++23 -g -fno-omit-frame-pointer"
|
||||||
|
|
||||||
cmake --build ./build -j"$(nproc)"
|
cmake --build ./build -j"$(nproc)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue