Skip to content

Commit

Permalink
adding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JhaShweta1 committed Feb 2, 2024
1 parent c0c0a90 commit 22078cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WASM_Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ emcmake cmake .. -DCMAKE_CXX_COMPILER=em++ -DCMAKE_C_COMPILER=emcc -DTBB_STRICT=
cmake --build . <options>
cmake --install . <options>
```

To compile oneTBB without pthreads, please pass the flag "-DEMSCRIPTEN_WITHOUT_PTHREAD=true" in the emcmake command,. By default, oneTBB uses the pthreads.
Where:

* ``emcmake`` - a tool that sets up the environment for Emscripten*.
Expand Down

0 comments on commit 22078cc

Please sign in to comment.