summaryrefslogtreecommitdiffstats
path: root/config_host/config_wasm_strip.h.in
blob: fe3d8b908ecaacb608af4740b47ca62b56868014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef CONFIG_FEATURE_WASM_STRIP_H
#define CONFIG_FEATURE_WASM_STRIP_H

#define HAVE_FEATURE_WASM_STRIP 0

#if HAVE_FEATURE_WASM_STRIP
#define ENABLE_WASM_STRIP
#define ENABLE_WASM_STRIP_ACCESSIBILITY
#define ENABLE_WASM_STRIP_CANVAS
// #define ENABLE_WASM_STRIP_CHART
#define ENABLE_WASM_STRIP_CLUCENE
#define ENABLE_WASM_STRIP_DBACCESS
#define ENABLE_WASM_STRIP_EPUB
#define ENABLE_WASM_STRIP_EXTRA
#define ENABLE_WASM_STRIP_GUESSLANG
#define ENABLE_WASM_STRIP_HUNSPELL
#define ENABLE_WASM_STRIP_PINGUSER
#define ENABLE_WASM_STRIP_PREMULTIPLY
#define ENABLE_WASM_STRIP_RECENT
// #define ENABLE_WASM_STRIP_RECOVERYUI
#define ENABLE_WASM_STRIP_SPLASH
#define ENABLE_WASM_STRIP_SWEXPORTS
#endif

#define ENABLE_WASM_EXCEPTIONS 0

#endif