summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2022-08-08 10:49:20 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-10-14 09:21:30 +0200
commit97ee126d69859d01abfbdb55450d27afb71bf9b1 (patch)
tree2bc3844d3e1f3187428ab3cec9f969cbaabdb650 /config_host
parent06933af12a34aa07068c38af0ce196a7037f5119 (diff)
WASM add Calc as optional build result, make it build & run
Adding new config option: --with-main-module=<writer/calc> With this switcher we can build only WASM writer module or calc module. The default value is 'writer'. This commit also reverts: 26603bc9ef0116ed31c510dab82b69d3666447b5 (WASM fix orcus native exception handling (NEH)) Because Calc import is using liborcus for loading styles.xml. Change-Id: I4c330ef8eea7d08214bf357531ee0bf7383ab788 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137946 Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_wasm_strip.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_wasm_strip.h.in b/config_host/config_wasm_strip.h.in
index 3150a960995c..34cc6d9b01ce 100644
--- a/config_host/config_wasm_strip.h.in
+++ b/config_host/config_wasm_strip.h.in
@@ -2,6 +2,8 @@
#define CONFIG_FEATURE_WASM_STRIP_H
#define ENABLE_WASM_STRIP_ACCESSIBILITY 0
+#define ENABLE_WASM_STRIP_WRITER 0
+#define ENABLE_WASM_STRIP_CALC 0
#define ENABLE_WASM_STRIP_CANVAS 0
#define ENABLE_WASM_STRIP_CHART 0
#define ENABLE_WASM_STRIP_DBACCESS 0
@@ -15,5 +17,6 @@
#define ENABLE_WASM_STRIP_RECOVERYUI 0
#define ENABLE_WASM_STRIP_SPLASH 0
#define ENABLE_WASM_STRIP_SWEXPORTS 0
+#define ENABLE_WASM_STRIP_SCEXPORTS 0
#endif