Added -funroll-all-loops and -fstrict-aliasing which seem to make things

faster.
This commit is contained in:
Christophe Massiot 2000-11-29 18:55:04 +00:00
parent 50f8da0448
commit 40b8684fd0
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ endif
ifeq ($(OPTIMS),1)
CFLAGS += -O6
CFLAGS += -ffast-math -funroll-loops -fargument-noalias-global
CFLAGS += -funroll-all-loops -fstrict-aliasing
CFLAGS += -fomit-frame-pointer
# Optimizations for x86 familiy