97ee126d69
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: 26603bc9ef
(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
22 lines
701 B
C
22 lines
701 B
C
#ifndef CONFIG_FEATURE_WASM_STRIP_H
|
|
#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
|
|
#define ENABLE_WASM_STRIP_EPUB 0
|
|
#define ENABLE_WASM_STRIP_EXTRA 0
|
|
#define ENABLE_WASM_STRIP_GUESSLANG 0
|
|
#define ENABLE_WASM_STRIP_HUNSPELL 0
|
|
#define ENABLE_WASM_STRIP_PINGUSER 0
|
|
#define ENABLE_WASM_STRIP_PREMULTIPLY 0
|
|
#define ENABLE_WASM_STRIP_RECENT 0
|
|
#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
|