bugfix: Client handler process did not exit after connection reset by client

This commit is contained in:
Jan Lindemann 2002-10-21 19:15:09 +00:00 committed by Jan Lindemann
commit aaead239c4
3 changed files with 7 additions and 3 deletions

View file

@ -49,8 +49,8 @@ else
endif
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
PROJECT_CFLAGS += -Wall -g3
PROJECT_CPPFLAGS += -Wall -g3
PROJECT_CFLAGS += -Wall -g3 -D_DO_TRACE_
PROJECT_CPPFLAGS += -Wall -g3 -D_DO_TRACE_
PROJECT_LDFLAGS += -Wall -g3
else
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)