From 4a5895c4eba98f9c5e698d48f58cbf3682ed0db1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 9 Jan 2015 00:10:55 +0000 Subject: py: Disable stack checking by default; enable on most ports. --- qemu-arm/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-arm') 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) -- cgit v1.2.3