Part Number: CODECOMPOSER
Tool/software:
I have been using CCS v12.xx and recently started trying out CCS Theia (v20.xx).
One of the first things I noticed in CCS Theia is that it outputs the following two or three messages in the Problems view for every project I have connected:
-
"Current optimization/debug settings: --opt_level=4 --opt_for_speed=3 -g" -
"Detecting compilation with low optimization. Recommend setting --opt_level=3. NOTE: debug ability will decrease." -
"Not all available code size is being used. Recommend running Optimization Assistant to find best speed vs size setting (--opt_for_speed). Double-click to start."
While these are not warnings or errors and don't affect my projects, the large number of messages, proportional to the number of my projects, clutters my workspace.
In CCS v12.xx, there was an 'Assist' window where I could double-click the "Not all available code size is being used..." message to launch the Optimization Assistant. After taking the appropriate action, the message would disappear.
However, I cannot find an 'Assist' view in CCS Theia, and double-clicking these messages in the Problems view does nothing.
How can I get rid of these optimization-related messages in CCS Theia?