diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 491fa5ea5d..57f54a590e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -205,7 +205,7 @@ // Whether to check C stack usage. C stack used for calling Python functions, // etc. Not checking means segfault on overflow. #ifndef MICROPY_STACK_CHECK -#define MICROPY_STACK_CHECK (1) +#define MICROPY_STACK_CHECK (0) #endif // Whether to have an emergency exception buffer |