1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

TESTS - Prevent -pthread and --coverage from creating errors when

building using clang on cygwin.
This commit is contained in:
Dominic Clifton 2019-01-05 21:49:58 +01:00
parent fefa2a83e4
commit 622e8be944

View file

@ -383,6 +383,7 @@ COMMON_FLAGS = \
-Wall \
-Wextra \
-Werror \
-Wno-error=unused-command-line-argument \
-ggdb3 \
-O0 \
-DUNIT_TEST \