diff options
| author | Paul Sokolovsky | 2015-01-20 11:52:12 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-01-20 11:52:12 +0200 |
| commit | 640e0b221e972f9a2da2d870bf3fc5a93c18f0ec (patch) | |
| tree | 0af9af3d5d8b1bcca3bcbae917e19e8a03a5a82c /minimal | |
| parent | 438b3d26b5337493dfe345495605fe08ea306bf9 (diff) | |
py: Implement very simple frozen modules support.
Only modules (not packages) supported now. Source modules can be converted
to frozen module structures using tools/make-frozen.py script.
Diffstat (limited to 'minimal')
| -rw-r--r-- | minimal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h index 236cebcf6..c2a88734a 100644 --- a/minimal/mpconfigport.h +++ b/minimal/mpconfigport.h @@ -32,6 +32,7 @@ #define MICROPY_PY_IO (0) #define MICROPY_PY_STRUCT (0) #define MICROPY_PY_SYS (0) +#define MICROPY_MODULE_FROZEN (0) #define MICROPY_CPYTHON_COMPAT (0) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) |
