[Scummvm-git-logs] scummvm master -> 77777e9c2b950456fa676b0c7b223bfaf9a439b9
mikrosk
noreply at scummvm.org
Sun Aug 17 22:36:12 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:
77777e9c2b CONFIGURE: Increase stack size to 256k on Atari
Commit: 77777e9c2b950456fa676b0c7b223bfaf9a439b9
https://github.com/scummvm/scummvm/commit/77777e9c2b950456fa676b0c7b223bfaf9a439b9
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2025-08-18T00:35:19+02:00
Commit Message:
CONFIGURE: Increase stack size to 256k on Atari
For example Supernova::convertToMod alone takes about 60k!
Changed paths:
configure
diff --git a/configure b/configure
index 2afaf38e9d0..b98a774d5cf 100755
--- a/configure
+++ b/configure
@@ -3805,6 +3805,7 @@ if test -n "$_host"; then
fi
append_var LDFLAGS "-Wl,--msuper-memory"
+ append_var LDFLAGS "-Wl,--stack,256k"
_seq_midi=no
_timidity=no
More information about the Scummvm-git-logs
mailing list