mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-19 08:03:14 +08:00
Added -pthread to test/Makefile::CFLAGS
This commit is contained in:
parent
cf53959f34
commit
710b888122
@ -3,7 +3,7 @@
|
||||
|
||||
PROG = unit_test
|
||||
PROF_FLAGS = -fprofile-arcs -ftest-coverage -g -O0 -DGUI
|
||||
CFLAGS = -W -Wall -I.. $(PROF_FLAGS) $(CFLAGS_EXTRA)
|
||||
CFLAGS = -W -Wall -pthread -I.. $(PROF_FLAGS) $(CFLAGS_EXTRA)
|
||||
SOURCES = $(PROG).c
|
||||
|
||||
all: $(PROG)
|
||||
|
Loading…
Reference in New Issue
Block a user