platform-apollo3blue
platform-apollo3blue copied to clipboard
Missing CXXFLAGS for c++
Hello,
I'm trying to build a c++ project. My issue is that the compiler complains about mismatching c++ flags (mainly about vfp) Looking at the builder, the default flags are in CFLAGS... so C only instead of CCFLAGS as far as I understand (https://community.platformio.org/t/language-specific-build-flags/34559)
I will try to set them in a build script, should be good enough, so not a blocker but just wanted to let you know!
Thanks