Codechange: switch our codebase to C++20
This commit is contained in:
committed by
Patric Stout
parent
fd59393899
commit
bb49112784
8
.github/workflows/ci-build.yml
vendored
8
.github/workflows/ci-build.yml
vendored
@@ -74,12 +74,12 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- name: Clang - Debug
|
||||
compiler: clang
|
||||
cxxcompiler: clang++
|
||||
compiler: clang-15
|
||||
cxxcompiler: clang++-15
|
||||
libraries: libsdl2-dev
|
||||
- name: Clang - Release
|
||||
compiler: clang
|
||||
cxxcompiler: clang++
|
||||
compiler: clang-15
|
||||
cxxcompiler: clang++-15
|
||||
libraries: libsdl2-dev
|
||||
extra-cmake-parameters: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPTION_USE_ASSERTS=OFF
|
||||
- name: GCC - SDL2
|
||||
|
||||
Reference in New Issue
Block a user