format fix

This commit is contained in:
root 2020-07-23 19:35:04 -05:00
parent c937fa1760
commit ce37a442e8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ INC += -I../../supervisor/shared/usb
#Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -ggdb3
CFLAGS += -ggdb3
OPTIMIZATION_FLAGS = -Og
else
OPTIMIZATION_FLAGS ?= -O2