Re-enabling pthread for travis builds.

This commit is contained in:
Dominic Clifton 2015-05-29 19:16:22 +01:00
commit a54b073419

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