windows: Enable MICROPY_STACK_CHECK.

minimal-port
Damien George 2015-01-12 15:34:53 +00:00
parent 99dde4ed1f
commit 5b76e3b75e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#define MICROPY_COMP_MODULE_CONST (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1)
#define MICROPY_STACK_CHECK (1)
#define MICROPY_MEM_STATS (1)
#define MICROPY_DEBUG_PRINTERS (1)
#define MICROPY_HELPER_REPL (1)