From 710b888122a5e2e940bb24d1b343ed2f4332f10a Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Fri, 17 Oct 2014 20:12:29 +0100 Subject: [PATCH] Added -pthread to test/Makefile::CFLAGS --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 2e52f7e0f..e749285a5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) -- GitLab