diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-10 16:11:04 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-10 16:56:20 +0300 |
commit | d80e2476c782d7af4d65fb318f6b1bfefa91bb44 (patch) | |
tree | 4f8367f1a354ea033e2f8ff274356e16ac8b1d96 /unix | |
parent | b181b581aa1e102007c76f2943912cabf6fe0de4 (diff) |
py: Disable frozenset by default, enable on unix.
Takes 416 text bytes on x86.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index ca470d9c2..ba95349a6 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -31,6 +31,7 @@ #define MICROPY_EMIT_INLINE_THUMB (0) #define MICROPY_ENABLE_GC (1) #define MICROPY_ENABLE_FINALISER (1) +#define MICROPY_ENABLE_FROZENSET (1) #define MICROPY_MEM_STATS (1) #define MICROPY_DEBUG_PRINTERS (1) #define MICROPY_ENABLE_REPL_HELPERS (1) |