diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-08 14:04:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-08 14:04:48 +0200 |
| commit | 7234316dc7784667443d358b0d2c3e2ff561b474 (patch) | |
| tree | fbf0413aaa221acd2a8437b75cf5dd349471563c /docs/markdown/snippets/emscripten_threads.md | |
| parent | a16db4e9185fcf060ea3e336cbffbe16018be934 (diff) | |
| parent | 654f427759d5aa3be55d8929b18c17a2b8fcac69 (diff) | |
| download | meson-7234316dc7784667443d358b0d2c3e2ff561b474.tar.gz | |
Merge pull request #6688 from dcbaker/emcc-linker-bugs
Emcc linker bugs and improvments
Diffstat (limited to 'docs/markdown/snippets/emscripten_threads.md')
| -rw-r--r-- | docs/markdown/snippets/emscripten_threads.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/emscripten_threads.md b/docs/markdown/snippets/emscripten_threads.md new file mode 100644 index 000000000..bdf808e26 --- /dev/null +++ b/docs/markdown/snippets/emscripten_threads.md @@ -0,0 +1,6 @@ +## Emscripten (emcc) now supports threads + +In addition to properly setting the compile and linker arguments, a new meson +builtin has been added to control the PTHREAD_POOL_SIZE option, +`-D<lang>_thread_count`, which may be set to any integer value greater than 0. +If it set to 0 then the PTHREAD_POOL_SIZE option will not be passed. |
