1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 07:45:29 +03:00

Unittests fails to compile with gcc/g++. clang/clang++ is required.

This commit is contained in:
Anders Hoglund 2017-03-07 18:22:26 +01:00
parent 06dda2c88c
commit d3cdc29635

View file

@ -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 \