Changed -O3 to -O2 under linux

This commit is contained in:
Kent Mein 2002-11-11 21:33:11 +00:00
parent f8843ee7e9
commit d4e488abed

@ -120,8 +120,8 @@ ifeq ($(OS),linux)
CFLAGS += -pipe -fPIC
CCFLAGS += -pipe -fPIC
# CCFLAGS += -pipe
REL_CFLAGS += -O3
REL_CCFLAGS += -O3
REL_CFLAGS += -O2
REL_CCFLAGS += -O2
NAN_DEPEND = true
ifeq ($(CPU),alpha)
CFLAGS += -mieee