mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Re-enabling pthread for travis builds.
This commit is contained in:
parent
41d737e29a
commit
a54b073419
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue