2021-01-26 08:25 AM
Hello,
I am wondering what C++ standard is used for the TouchGFX generated code?
I checked in C:\TouchGFXProjects\ProjectName\gcc\Makefile but was only able to find -std=c99
The concern is that if TouchGFX generated code with modern C++ (C++ 2011 and later) it may pull in libraries that causes code bloat.
Thanks for everyone's time.