mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
revert make optimize flag
This commit is contained in:
parent
48bb96f507
commit
7582528067
@ -103,7 +103,7 @@ CFLAGS += \
|
||||
|
||||
# Debugging/Optimization
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -O0
|
||||
CFLAGS += -Og
|
||||
else
|
||||
CFLAGS += -Os
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user