2014-02-27 20:10:40 +04:00
|
|
|
# Enable/disable modules and 3rd-party libs to be included in interpreter
|
|
|
|
|
2014-04-16 04:46:01 +04:00
|
|
|
# Build 32-bit binaries on a 64-bit host
|
|
|
|
MICROPY_FORCE_32BIT = 0
|
|
|
|
|
2014-02-27 20:10:40 +04:00
|
|
|
# Linking with GNU readline causes binary to be licensed under GPL
|
|
|
|
MICROPY_USE_READLINE = 1
|
2014-02-01 22:06:55 +04:00
|
|
|
|
2014-02-02 02:57:06 +04:00
|
|
|
# Subset of CPython time module
|
2014-05-25 02:03:12 +04:00
|
|
|
MICROPY_PY_TIME = 1
|
2014-02-02 02:57:06 +04:00
|
|
|
|
2014-02-01 22:06:55 +04:00
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
2014-05-25 02:03:12 +04:00
|
|
|
MICROPY_PY_FFI = 1
|