mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Change default build mode to use -O2 not -Og
This commit is contained in:
parent
ead3fc2b31
commit
2e54c8f9fc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CONFIG_CCFLAGS += \
|
|||
$(BACKTRACES) \
|
||||
$(FTRACE) \
|
||||
-DSYSDEBUG \
|
||||
-Og
|
||||
-O2
|
||||
TARGET_ARCH ?= \
|
||||
-msse3
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue