turn on warnings

This commit is contained in:
ehouse 2005-04-08 14:11:00 +00:00
parent 97b0998eaf
commit 26ebce5853

View file

@ -19,7 +19,7 @@ CC = g++
SRC = xwrelay.cpp cref.cpp ctrl.cpp tpool.cpp
OBJ = $(patsubst %.cpp,%.o,$(SRC))
LDFLAGS += -lpthread -g
CPPFLAGS += -g
CPPFLAGS += -g -Wall
all: xwrelay