mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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:
commit
06d9f54f77
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ COMMON_FLAGS = \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
-Werror \
|
-Werror \
|
||||||
|
-Wno-error=unused-command-line-argument \
|
||||||
-ggdb3 \
|
-ggdb3 \
|
||||||
-O0 \
|
-O0 \
|
||||||
-DUNIT_TEST \
|
-DUNIT_TEST \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue