Hi, I’m using the Embedded Framework for “Fast Semihosting and Embedded Profiler” for our Project.
While debugging this is very handy, but I want do deactivate Fast Semihosting for our release builds.
So I opened the VisualGDB Project Properties and deactivated the Framework in the release configuration, what also deactivated it for the debug configuration.
It seems as the Embedded Framework are per project and not per configuration.
Is there any way, I can deactivate a Framework for a single configuration, or at least make sure, that the Fast Semihosting doesn’t interfere with normal operation, when no debugger is attached?
Thanks in advance