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 9e2abcb commit 98585e8Copy full SHA for 98585e8
.github/workflows/deploy-github-page.yml
@@ -61,6 +61,7 @@ jobs:
61
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
62
-DCMAKE_FIND_ROOT_PATH=$PREFIX \
63
-DSYSROOT_PATH=$SYSROOT_PATH \
64
+ -DCMAKE_COMPILE_WARNING_AS_ERROR=ON \
65
..
66
emmake make -j ${{ env.ncpus }} install
67
.github/workflows/main.yml
@@ -244,6 +244,7 @@ jobs:
244
245
246
247
248
249
250
0 commit comments