fix build with rp2040 and rx65

This commit is contained in:
hathach
2022-11-21 11:12:10 +07:00
parent 2312bfe3c4
commit 47bc269b50
3 changed files with 16 additions and 10 deletions

View File

@@ -113,7 +113,8 @@ CFLAGS += \
# Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -Og
CFLAGS += -O0
NO_LTO = 1
else
CFLAGS += $(CFLAGS_OPTIMIZED)
endif