1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

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

View file

@ -38,6 +38,7 @@ C_FLAGS = $(COMMON_FLAGS) \
# Flags passed to the C++ compiler. # Flags passed to the C++ compiler.
CXX_FLAGS = $(COMMON_FLAGS) \ CXX_FLAGS = $(COMMON_FLAGS) \
-lpthread
-std=c++11 -std=c++11
# All tests produced by this Makefile. Remember to add new tests you # All tests produced by this Makefile. Remember to add new tests you