summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/wasm/wasm.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/common/wasm/wasm.conf b/mkspecs/common/wasm/wasm.conf
index 6fb1fb6ea3..b67d721352 100644
--- a/mkspecs/common/wasm/wasm.conf
+++ b/mkspecs/common/wasm/wasm.conf
@@ -36,7 +36,8 @@ EMCC_COMMON_LFLAGS += \
-s FETCH=1 \
-s MODULARIZE=1 \
-s EXPORT_NAME=createQtAppInstance \
- -s WASM_BIGINT=1
+ -s WASM_BIGINT=1 \
+ -s STACK_SIZE=5MB
# The -s arguments can also be used with release builds,
# but are here in debug for clarity.