1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Merge pull request #7627 from hydra/bf-fix-test-cygwin-issue

TESTS - Prevent -pthread and --coverage from creating errors when building using clang on cygwin.
This commit is contained in:
Michael Keller 2019-02-22 04:52:59 +13:00 committed by GitHub
commit 06d9f54f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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