2014-02-27 11:10:40 -05:00
|
|
|
# Enable/disable modules and 3rd-party libs to be included in interpreter
|
|
|
|
|
|
|
|
# Linking with GNU readline causes binary to be licensed under GPL
|
|
|
|
MICROPY_USE_READLINE = 1
|
2014-02-01 13:06:55 -05:00
|
|
|
|
2014-02-01 17:57:06 -05:00
|
|
|
# Subset of CPython time module
|
|
|
|
MICROPY_MOD_TIME = 1
|
|
|
|
|
2014-02-01 13:06:55 -05:00
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
2014-03-29 09:43:38 -04:00
|
|
|
MICROPY_MOD_FFI = 1
|