Change default build mode to use -O2 not -Og

This commit is contained in:
Justine Tunney 2022-08-14 01:18:15 -07:00
parent ead3fc2b31
commit 2e54c8f9fc

View file

@ -15,7 +15,7 @@ CONFIG_CCFLAGS += \
$(BACKTRACES) \
$(FTRACE) \
-DSYSDEBUG \
-Og
-O2
TARGET_ARCH ?= \
-msse3
endif