Force RTTI from library?

Good job! Speed of light :slight_smile:

Using following script:

Import("projenv", "env")

for e in (env, DefaultEnvironment(), projenv):
	e.ProcessUnFlags("-fno-rtti")

All 3 projects (two on esp8266, one on esp32) compiling and linking properly.

1 Like

Great! PlatformIO Core 6.0.3 is planned for release the next week. Thanks for reporting issues and helping us to test them.

Happy coding with PlatformIO! :rocket:

1 Like