Other Parts Discussed in Thread: MSPM0L1305
Tool/software:
hi,team
For mspm0l1305, what is the optimization level recommended by ccs?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
hi,team
For mspm0l1305, what is the optimization level recommended by ccs?
Hello Owens,
Thank you for contacting us. Moreover, different levels of optimization, as you may already know, results in different types of optimizations to your code during compilation. For the recommendations, the -Oz is recommended for optimizing code size while the -O3 is recommended for optimizing performance but can increase compiler generated code size. For more information on the details of the optimization levels, kindly refer to the link below:
Optimization Options: https://software-dl.ti.com/codegen/docs/tiarmclang/rel2_1_0_LTS/compiler_manual/using_compiler/compiler_options/optimization_options.html#cm-optimization-levels
Regards, Jojo