Skip to content
  • Paul Sokolovsky's avatar
    py/mkrules.mk: Don't pass COPT to linker. · 645045a7
    Paul Sokolovsky authored
    Oftentimes, libc, libm, etc. don't come compiled with CPU compressed code
    option (Thumb, MIPS16, etc.), but we may still want to use such compressed
    code for MicroPython itself.
    645045a7