*** empty log message ***

This commit is contained in:
David Anderson
2004-03-15 22:13:43 +00:00
parent 1425615e20
commit bf35c8f079
2 changed files with 6 additions and 6 deletions

View File

@ -55,7 +55,7 @@ endif
OBJ_LINUX := $(SRCFILES:%.cpp=$(OBJDIR_LINUX)/%.o)
OBJ_WIN32 := $(SRCFILES:%.cpp=$(OBJDIR_WIN32)/%.o)
CCOPT = -march=i686 -O6 -ffast-math -funroll-loops \
CCOPT = -march=i386 -O2 -ffast-math -funroll-loops \
-fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 \
-malign-jumps=2 -malign-functions=2 -s -DNDEBUG -lstdc++