]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
build: set stack limit on Windows and Emscripten to match other platforms
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 18 Aug 2024 20:12:07 +0000 (06:12 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 23 Aug 2024 10:15:41 +0000 (20:15 +1000)
commit3622be3fbfe3d552dec40ce2a7c54a509910748e
treeef7e6a15403142d4878af90255b41053283b61e5
parentc443fbad631c731d52ccfae9df928856dbb34b21
build: set stack limit on Windows and Emscripten to match other platforms

Linux, FreeBSD, macOS all default to 8MB for the main thread. MSVC
defaulted to 1MB, MinGW GCC to 2MB.

Optimises Emscripten build slightly and replaces its deprecated
TOTAL_STACK setting.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
darkplaces-sdl2-vs2019.vcxproj
makefile.inc