2014-04-20 15:20:48 -04:00
|
|
|
# Enable/disable modules and 3rd-party libs to be included in interpreter
|
|
|
|
|
|
|
|
# Build 32-bit binaries on a 64-bit host
|
|
|
|
MICROPY_FORCE_32BIT = 0
|
|
|
|
|
|
|
|
# Linking with GNU readline causes binary to be licensed under GPL
|
2015-06-01 05:41:28 -04:00
|
|
|
MICROPY_USE_READLINE = 1
|
2014-04-20 15:20:48 -04:00
|
|
|
|
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
2014-05-24 18:03:12 -04:00
|
|
|
MICROPY_PY_FFI = 0
|