debug flag

This commit is contained in:
Kolan Sh 2011-05-02 19:49:34 +04:00
parent 57e8f559ee
commit e0b307f190
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ OBJECTS=$(SOURCES:%.c=%.o)
#CFLAGS=-march=core2 -mtune=core2 -O2 -mfpmath=sse -msse4.1 -pipe
#LDFLAGS=-Wl,-O1 -Wl,--as-needed
CFLAGS+=-O2 $(shell pkg-config --cflags liblist)
CFLAGS+=-g $(shell pkg-config --cflags liblist)
LDFLAGS+=$(shell pkg-config --libs liblist) -lpthread
all: $(TARGET) echo-server echo-client