Re-enabling pthread for travis builds.

This commit is contained in:
Dominic Clifton 2015-05-29 19:16:22 +01:00
parent 41d737e29a
commit a54b073419
1 changed files with 1 additions and 0 deletions

View File

@ -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