mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 01:08:00 +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) \
|
$(BACKTRACES) \
|
||||||
$(FTRACE) \
|
$(FTRACE) \
|
||||||
-DSYSDEBUG \
|
-DSYSDEBUG \
|
||||||
-Og
|
-O2
|
||||||
TARGET_ARCH ?= \
|
TARGET_ARCH ?= \
|
||||||
-msse3
|
-msse3
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue