revert make optimize flag

This commit is contained in:
hathach 2021-04-02 15:21:44 +07:00
parent 48bb96f507
commit 7582528067
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ CFLAGS += \
# Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -O0
CFLAGS += -Og
else
CFLAGS += -Os
endif