mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-06 19:55:40 +00:00
revert make optimize flag
This commit is contained in:
@ -103,7 +103,7 @@ CFLAGS += \
|
||||
|
||||
# Debugging/Optimization
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -O0
|
||||
CFLAGS += -Og
|
||||
else
|
||||
CFLAGS += -Os
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user