Skip to content

Commit 8600c2c

Browse files
authored
Apply suggestion from @MaxGraey
update options for cmake
1 parent 931fb7f commit 8600c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ jobs:
8686
-DCMAKE_BUILD_TYPE=Release \
8787
-DCMAKE_EXE_LINKER_FLAGS="$CMAKE_EXE_LINKER_FLAGS" \
8888
-DENABLE_WERROR=OFF \
89+
-DEMSCRIPTEN_ENABLE_SINGLE_FILE=ON \
90+
-DBUILD_EMSCRIPTEN_TOOLS_ONLY=ON \
8991
-DBUILD_TOOLS=ON \
9092
-DBUILD_STATIC_LIB=OFF \
9193
-DBUILD_TESTS=OFF \
92-
-DBUILD_FUZZING=OFF
94+
-DBUILD_FUZZTEST=OFF
9395
emmake ninja
9496
cd ../..
9597
npm run bundle

0 commit comments

Comments
 (0)