Skip to content

Commit f8d64df

Browse files
committed
Restore the optimization level to -O3 by default.
1 parent b170b72 commit f8d64df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ override ARCH := amd64
100100
endif
101101

102102
# The optimization flag may be overriden with the environment variable CFLAGS.
103-
CFLAGS ?= -O2
103+
CFLAGS ?= -O3
104104

105105
ifneq (,$(findstring MINGW,$(OS)))
106106
override OS=WINNT

0 commit comments

Comments
 (0)