Files
micropython/ports/unix/variants/minimal
Damien George 688016c6a2 unix/variants/minimal: Enable C stack checking.
This unix minimal variant already has a few other things enabled beyond the
default minimal configuration, and C-stack checking is arguably more
important than those, so enable it.  This helps to get some of the stress
tests passing on this variant.

Signed-off-by: Damien George <damien@micropython.org>
2025-10-02 00:37:29 +10:00
..