We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5977e commit 22b44d6Copy full SHA for 22b44d6
.github/workflows/epsilon-ci.yml
@@ -55,6 +55,7 @@ jobs:
55
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
56
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
57
-S "${{ github.workspace }}/src"
58
+ -DCMAKE_BUILD_TYPE=Release
59
60
- name: Build
61
run: cmake --build ${{ steps.strings.outputs.build-output-dir }}
0 commit comments