Hello,
I'd like to remove the "configurations" in Segger Studio and the associated extra directory level; I consider them counter productive.
So how can I get rid of those "Debug" and "Release"?
Kind Regards,
Hello,
I'd like to remove the "configurations" in Segger Studio and the associated extra directory level; I consider them counter productive.
So how can I get rid of those "Debug" and "Release"?
Kind Regards,
Hello,
You can click on the configuration drop-down menu in the project explorer, and select edit configurations.
Select the configurations you would like to delete, and click the 'minus' sign.
Once all public configurations are deleted the project will build in the private common configuration, which is the core that the 'release' and 'debug' configurations inherit from.
Differentiating between release and debug can be beneficial for testing the effect of different optimization levels etc, but you are of course free to just use the common configuration directly.
Best regards,
Karl
Hello,
You can click on the configuration drop-down menu in the project explorer, and select edit configurations.
Select the configurations you would like to delete, and click the 'minus' sign.
Once all public configurations are deleted the project will build in the private common configuration, which is the core that the 'release' and 'debug' configurations inherit from.
Differentiating between release and debug can be beneficial for testing the effect of different optimization levels etc, but you are of course free to just use the common configuration directly.
Best regards,
Karl