From a54b0734192203e0ca610656855b1075c78ec548 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 29 May 2015 19:16:22 +0100 Subject: [PATCH] Re-enabling pthread for travis builds. --- src/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/Makefile b/src/test/Makefile index 0696ff2992..3cf646640e 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -38,6 +38,7 @@ C_FLAGS = $(COMMON_FLAGS) \ # Flags passed to the C++ compiler. CXX_FLAGS = $(COMMON_FLAGS) \ + -lpthread -std=c++11 # All tests produced by this Makefile. Remember to add new tests you