mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Unittests fails to compile with gcc/g++. clang/clang++ is required.
This commit is contained in:
parent
06dda2c88c
commit
d3cdc29635
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ USER_INCLUDE_DIR = $(USER_DIR)
|
|||
|
||||
OBJECT_DIR = ../../obj/test
|
||||
|
||||
# Use clang/clang++ by default
|
||||
CC := clang
|
||||
CXX := clang++
|
||||
|
||||
COMMON_FLAGS = \
|
||||
-g \
|
||||
-Wall \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue