mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01: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
|
endif
|
||||||
|
|
||||||
# The optimization flag may be overriden with the environment variable CFLAGS.
|
# The optimization flag may be overriden with the environment variable CFLAGS.
|
||||||
CFLAGS ?= -O2
|
CFLAGS ?= -O3
|
||||||
|
|
||||||
ifneq (,$(findstring MINGW,$(OS)))
|
ifneq (,$(findstring MINGW,$(OS)))
|
||||||
override OS=WINNT
|
override OS=WINNT
|
||||||
|
|
Loading…
Reference in a new issue