diff options
| author | Damien George | 2015-01-09 00:10:55 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-09 00:10:55 +0000 |
| commit | 4a5895c4eba98f9c5e698d48f58cbf3682ed0db1 (patch) | |
| tree | 831e31e7ca8910d560f529b093feac29a07e1e24 /qemu-arm | |
| parent | 85e8e2ed5b1954b042b2157a27c6f06090cd0511 (diff) | |
py: Disable stack checking by default; enable on most ports.
Diffstat (limited to 'qemu-arm')
| -rw-r--r-- | qemu-arm/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index 32ed77c1d..f9f048655 100644 --- a/qemu-arm/mpconfigport.h +++ b/qemu-arm/mpconfigport.h @@ -9,6 +9,7 @@ #define MICROPY_MEM_STATS (0) #define MICROPY_DEBUG_PRINTERS (0) #define MICROPY_ENABLE_GC (0) +#define MICROPY_STACK_CHECK (1) #define MICROPY_HELPER_REPL (0) #define MICROPY_HELPER_LEXER_UNIX (0) #define MICROPY_ENABLE_SOURCE_LINE (0) |
