mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-17 20:50:48 +01:00
bugfix: Client handler process did not exit after connection reset by client
This commit is contained in:
parent
7497777d85
commit
aaead239c4
3 changed files with 7 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue