mpconfigport.mk 310 B

12345678910
  1. # Enable/disable modules and 3rd-party libs to be included in interpreter
  2. # Build 32-bit binaries on a 64-bit host
  3. MICROPY_FORCE_32BIT = 0
  4. # Linking with GNU readline causes binary to be licensed under GPL
  5. MICROPY_USE_READLINE = 1
  6. # ffi module requires libffi (libffi-dev Debian package)
  7. MICROPY_PY_FFI = 0