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 cc257bd commit 2b4b0d8Copy full SHA for 2b4b0d8
1 file changed
.github/workflows/vs17.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
- name: Configure
22
run: |
23
- cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -DSIMDJSON_DEVELOPER_MODE=ON -DSIMDJSON_COMPETITION=OFF -DBUILD_SHARED_LIBS=${{matrix.shared}} -B build
+ cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -DBUILD_SHARED_LIBS=${{matrix.shared}} -B build
24
- name: Build Debug
25
run: cmake --build build --config Debug --verbose
26
- name: Build Release
0 commit comments