mirror of
https://github.com/hathach/tinyusb.git
synced 2026-04-27 00:55:02 +00:00
fix build with rp2040 and rx65
This commit is contained in:
@ -113,7 +113,8 @@ CFLAGS += \
|
||||
|
||||
# Debugging/Optimization
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -Og
|
||||
CFLAGS += -O0
|
||||
NO_LTO = 1
|
||||
else
|
||||
CFLAGS += $(CFLAGS_OPTIMIZED)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user