We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e313d10 commit 94eb692Copy full SHA for 94eb692
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Configure
73
working-directory: ./build
74
run: |
75
- cmake .. ${{ matrix.config.cmake_extra_args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }}
+ cmake .. ${{ matrix.config.cmake_extra_args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }} -DBUILD_WITH_PEDANTIC_WARNINGS=ON
76
- name: Build
77
78
run: cmake --build . --parallel ${{ matrix.config.cores }} --config ${{ matrix.config.config }}
0 commit comments