mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
turn on warnings
This commit is contained in:
parent
97b0998eaf
commit
26ebce5853
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue