You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system:
Windows 10, using Atom with PlatformIO Package.
PlatformIO Version (platformio --version):
3.5.3
Description of problem
I tried every information found in the platformio docs to remove the build flag '-fno-rtti' from the build process, because I want to use the typeid() operator of C++.
However, it seems to compile with the flag every time, regardless of what I do.
Compiler output:
error: cannot use typeid with -fno-rtti
Serial.printf(typeid(test).name());
* hotfix/v3.5.4:
Improve removing of default build flags using `build_unflags` option // Resolve#1712
Export ``LIBS``, ``LIBPATH``, and ``LINKFLAGS`` data from project dependent libraries to the global build environment
Replace "env" pattern by "sysenv" in "platformio.ini" // Resolve#1705
Operating system:
Windows 10, using Atom with PlatformIO Package.
PlatformIO Version (
platformio --version
):3.5.3
Description of problem
I tried every information found in the platformio docs to remove the build flag '-fno-rtti' from the build process, because I want to use the typeid() operator of C++.
However, it seems to compile with the flag every time, regardless of what I do.
Compiler output:
The content of
platformio.ini
:The text was updated successfully, but these errors were encountered: