Makefile: changed erroneous -O3 flag to -O2.

This commit is contained in:
B. Kelly (wbk) 2012-03-26 14:28:37 -05:00 committed by Carlos R. Mafra
parent e2363d30fc
commit b2ce70a147

View file

@ -5,7 +5,7 @@ OBJS = wmmon.o \
../wmgeneral/misc.o \
../wmgeneral/list.o
CFLAGS = -O3
CFLAGS = -O2
CC = cc $(CFLAGS)