diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-30 20:13:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-30 20:47:23 +0200 |
commit | 3bfea3cdb8723bb82840e6e0282bfd4a48fd8f79 (patch) | |
tree | 4ef2912ab587ce366b3122ba66c8363687fa7d5e /static | |
parent | ea2184d3dcd018e41e4448727b674976e116d1ef (diff) |
Fix typo
Change-Id: Ie50eeb9bcf1670b014ec600b62ef83a4fb27ee59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132330
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'static')
-rw-r--r-- | static/README.wasm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 4624e87605b7..7bca790acf7a 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -114,7 +114,7 @@ You can build LO with WASM exceptions, which should be "much" faster then the JS based Emscripten EH handling. For setjmp / longjmp (SjLj) used by the PNG and JPEG libraries error handling, this needs Emscripten 3.1.3+. That builds, but execution still fails early with a signature mismatch call to Task::UpdateMinPeriod in LO's -job scheduler code. Unfortunatly the build also needs a Qt build with +job scheduler code. Unfortunately the build also needs a Qt build with "-s SUPPORT_LONGJMP=wasm", which is incompatible with the JS EH + SjLj. The LO configure flag is simply an additional --enable-wasm-exceptions. Qt5 can |