diff --git a/conf/Makefile.chibios b/conf/Makefile.chibios index cd01fed70e..0956171b1b 100644 --- a/conf/Makefile.chibios +++ b/conf/Makefile.chibios @@ -80,7 +80,6 @@ ifeq (,$(findstring $(RTOS_DEBUG),0 FALSE)) else CH_OPT ?= 2 -ggdb endif - USE_OPT = -std=gnu99 -O$(CH_OPT) \ -falign-functions=16 -fomit-frame-pointer \ -W -Wall \