-
Type:
Enhancement
-
Resolution: Implemented
-
Priority:
High
-
Code Composer Studio Theia
-
CCSNXT-3429
-
CCS_20.5.1
-
CCS_21.0.0
-
None
Need APIs for changing optimization settings. The default is fften it is -o2 which can be problematic for trying to debug as variables will be optimized out and code can move around.
This is especially important for migration as it is desired to turn off optimization to start with, get things working and then set it to the level that the user had before.
Compiler
*Optimization
**Select optimization paradigm/level (-O)