[Scummvm-git-logs] scummvm master -> e347e81fcea7d804e30919b00fe96a11060d3fe7

lephilousophe noreply at scummvm.org
Mon Jul 28 10:23:57 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
e347e81fce EMSCRIPTEN: Use proper option for stack size


Commit: e347e81fcea7d804e30919b00fe96a11060d3fe7
    https://github.com/scummvm/scummvm/commit/e347e81fcea7d804e30919b00fe96a11060d3fe7
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-07-28T12:23:10+02:00

Commit Message:
EMSCRIPTEN: Use proper option for stack size

The setting got renamed and strict mode complains.

Changed paths:
    configure


diff --git a/configure b/configure
index f7dbd8120c4..1e180e29f6b 100755
--- a/configure
+++ b/configure
@@ -3264,7 +3264,7 @@ EOF
 		add_line_to_config_mk 'EMSCRIPTEN = 1'
 		_port_mk="backends/platform/sdl/emscripten/emscripten.mk"
 		append_var LDFLAGS "-s FORCE_FILESYSTEM"
-		append_var LDFLAGS "-s INITIAL_MEMORY=128MB -s TOTAL_STACK=32MB -s ALLOW_MEMORY_GROWTH=1"
+		append_var LDFLAGS "-s INITIAL_MEMORY=128MB -s STACK_SIZE=32MB -s ALLOW_MEMORY_GROWTH=1"
 		append_var LDFLAGS "-s ASYNCIFY=1 -s ASYNCIFY_STACK_SIZE=1048576"
 
 		if test "$_debug_build" = yes; then




More information about the Scummvm-git-logs mailing list