Makefile: changed erroneous -O3 flag to -O2.
This commit is contained in:
parent
e2363d30fc
commit
b2ce70a147
|
@ -5,7 +5,7 @@ OBJS = wmmon.o \
|
|||
../wmgeneral/misc.o \
|
||||
../wmgeneral/list.o
|
||||
|
||||
CFLAGS = -O3
|
||||
CFLAGS = -O2
|
||||
CC = cc $(CFLAGS)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue