Restore the optimization level to -O3 by default.

This commit is contained in:
Viral B. Shah 2016-08-06 20:19:14 +05:30
parent b170b72c0e
commit f8d64df596
1 changed files with 1 additions and 1 deletions

View File

@ -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