mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
Restore the optimization level to -O3 by default.
This commit is contained in:
parent
b170b72c0e
commit
f8d64df596
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -100,7 +100,7 @@ override ARCH := amd64
|
|||
endif
|
||||
|
||||
# The optimization flag may be overriden with the environment variable CFLAGS.
|
||||
CFLAGS ?= -O2
|
||||
CFLAGS ?= -O3
|
||||
|
||||
ifneq (,$(findstring MINGW,$(OS)))
|
||||
override OS=WINNT
|
||||
|
|
Loading…
Add table
Reference in a new issue