We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4691be commit 931fb7fCopy full SHA for 931fb7f
1 file changed
.github/workflows/build.yml
@@ -88,7 +88,8 @@ jobs:
88
-DENABLE_WERROR=OFF \
89
-DBUILD_TOOLS=ON \
90
-DBUILD_STATIC_LIB=OFF \
91
- -DBUILD_TESTS=OFF
+ -DBUILD_TESTS=OFF \
92
+ -DBUILD_FUZZING=OFF
93
emmake ninja
94
cd ../..
95
npm run bundle
0 commit comments