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 c4dcbe5 commit 36af151Copy full SHA for 36af151
.github/workflows/emscripten.yml
@@ -302,8 +302,6 @@ jobs:
302
-DLLVM_INCLUDE_EXAMPLES=OFF \
303
-DLLVM_INCLUDE_TESTS=OFF \
304
-DLLVM_ENABLE_THREADS=OFF \
305
- -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
306
- -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
307
../llvm
308
emmake make clang -j ${{ env.ncpus }}
309
emmake make cling -j ${{ env.ncpus }}
@@ -333,8 +331,6 @@ jobs:
333
331
334
332
335
336
337
338
339
340
emmake make clang-repl -j ${{ env.ncpus }}
0 commit comments