aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/emscripten_threads.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:00:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:37:15 +0300
commit15b0bd6e937a6676b818268378882c5a0a33a33b (patch)
tree7f2b2afa59c9fd08ca4139b9a53f8d8839184515 /docs/markdown/snippets/emscripten_threads.md
parent95e7477d120ef8ff4d86aa1c669ad0ad9c5835e1 (diff)
downloadmeson-15b0bd6e937a6676b818268378882c5a0a33a33b.zip
meson-15b0bd6e937a6676b818268378882c5a0a33a33b.tar.gz
meson-15b0bd6e937a6676b818268378882c5a0a33a33b.tar.bz2
Update everything for new release.0.54.0
Diffstat (limited to 'docs/markdown/snippets/emscripten_threads.md')
-rw-r--r--docs/markdown/snippets/emscripten_threads.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/emscripten_threads.md b/docs/markdown/snippets/emscripten_threads.md
deleted file mode 100644
index bdf808e..0000000
--- a/docs/markdown/snippets/emscripten_threads.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## 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.