mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 11:12:27 +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…
Add table
Add a link
Reference in a new issue