File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 run : >
2828 cmake -S . -B build -G Ninja
2929 -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
30- -D CMAKE_BUILD_TYPE=${{ matrix.build_type == 'Release' && 'RelWithDebInfo' || matrix.build_type }} -DCMAKE_INSTALL_PREFIX=install
30+ -D CMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_INSTALL_PREFIX=install
3131 env :
3232 CC : gcc-14
3333 CXX : g++-14
@@ -135,7 +135,7 @@ jobs:
135135 run : >
136136 cmake -S . -B build -G Ninja
137137 -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
138- -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install
138+ -D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=install
139139 env :
140140 CC : clang-20
141141 CXX : clang++-20
@@ -355,7 +355,7 @@ jobs:
355355 run : >
356356 cmake -S . -B build -G Ninja
357357 -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
358- -D CMAKE_BUILD_TYPE=RelWithDebInfo
358+ -D CMAKE_BUILD_TYPE=RELEASE
359359 -D CMAKE_VERBOSE_MAKEFILE=ON -D USE_COVERAGE=ON
360360 - name : Build project
361361 run : |
You can’t perform that action at this time.
0 commit comments