On 5/5/26 2:04 AM, Brandon Mercer wrote: [...] > # set stacksize limit to 10M during the build FWIW, still ok, but that should be 16M then :-) > do-build: > - @ulimit -s 10240 && ${MODCMAKE_BUILD_TARGET} > + @ulimit -s 16384 && ${MODCMAKE_BUILD_TARGET}
No comments:
Post a Comment