mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
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>