diff options
-rw-r--r-- | ports/esp32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/esp32/Makefile b/ports/esp32/Makefile index 37261d17b..42b01a4e6 100644 --- a/ports/esp32/Makefile +++ b/ports/esp32/Makefile @@ -275,6 +275,9 @@ COPT += -Os -DNDEBUG #LDFLAGS += --gc-sections endif +# Options for mpy-cross +MPY_CROSS_FLAGS += -march=xtensawin + # Enable SPIRAM support if CONFIG_ESP32_SPIRAM_SUPPORT=y in sdkconfig ifeq ($(CONFIG_ESP32_SPIRAM_SUPPORT),y) CFLAGS_COMMON += -mfix-esp32-psram-cache-issue |