mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Support for GCC10 and some compilation tuning
This commit is contained in:
parent
81a3c53b1c
commit
4cf54f9ddc
17 changed files with 27 additions and 29 deletions
|
@ -499,7 +499,8 @@ COMMON_FLAGS = \
|
|||
-isystem $(GTEST_DIR)/inc \
|
||||
-MMD -MP \
|
||||
-Wno-c99-extensions \
|
||||
-Wno-reorder
|
||||
-Wno-reorder \
|
||||
-pipe
|
||||
|
||||
CC_VERSION = $(shell $(CC) -dumpversion)
|
||||
CXX_VERSION = $(shell $(CXX) -dumpversion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue