mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
rp2: Enable compressed error messages by default.
Reduces firmware size by about 3000 bytes. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -66,6 +66,11 @@ if(NOT MICROPY_C_HEAP_SIZE)
|
||||
set(MICROPY_C_HEAP_SIZE 0)
|
||||
endif()
|
||||
|
||||
# Enable error text compression by default.
|
||||
if(NOT MICROPY_ROM_TEXT_COMPRESSION)
|
||||
set(MICROPY_ROM_TEXT_COMPRESSION ON)
|
||||
endif()
|
||||
|
||||
# Enable extmod components that will be configured by extmod.cmake.
|
||||
# A board may also have enabled additional components.
|
||||
set(MICROPY_SSL_MBEDTLS ON)
|
||||
|
||||
Reference in New Issue
Block a user