Accidently committed local flags. Bad coder.

This commit is contained in:
Robert Wenzlaff 2003-12-27 16:52:51 +00:00
parent c476658348
commit c5925664a2

@ -120,8 +120,8 @@ ifeq ($(OS),linux)
CC = gcc
CCC = g++
# CFLAGS += -pipe
CFLAGS += -pipe -fPIC -ggdb -march=athlon-xp -ffast-math -msse -mmmx
CCFLAGS += -pipe -fPIC -ggdb -march=athlon-xp -ffast-math -msse -mmmx
CFLAGS += -pipe -fPIC
CCFLAGS += -pipe -fPIC
# CCFLAGS += -pipe
REL_CFLAGS += -O3
REL_CCFLAGS += -O3