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) \ $(BACKTRACES) \
$(FTRACE) \ $(FTRACE) \
-DSYSDEBUG \ -DSYSDEBUG \
-Og -O2
TARGET_ARCH ?= \ TARGET_ARCH ?= \
-msse3 -msse3
endif endif