File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
5151 cmake -B ${{ steps.strings.outputs.build-output-dir }}
5252 -DCMAKE_CXX_COMPILER=${{ matrix.compiler.cpp_compiler }}
5353 -DCMAKE_C_COMPILER=${{ matrix.compiler.c_compiler }}
54- -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
54+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
5555 -DCMAKE_C_COMPILER_LAUNCHER=sccache
5656 -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
5757 -DLLVM_ENABLE_RUNTIMES=libc
5858 -S ${{ github.workspace }}/runtimes
5959
6060 - name : Build
61- run : cmake --build ${{ steps.strings.outputs.build-output-dir }} --parallel
61+ run : cmake --build ${{ steps.strings.outputs.build-output-dir }} --parallel --config RelWithDebInfo
6262
6363 - name : Test
6464 working-directory : ${{ steps.strings.outputs.build-output-dir }}
You can’t perform that action at this time.
0 commit comments