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:
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.
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue