Excuse me.
There is a problem that has been bothering me for a long time.
I would like to know how to set the code optimization level in Modus Tool.
Thank you .
Solved! Go to Solution.
You might want to look at this post. There is an additional step to do in the makefile.
Set "CONFIG=Custom"
Hi @JCD,
Please find your makefile and edit CFLAGS define:
CFLAGS=-Os
Different optimization levels for compiler : https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
You could also refer to Modul tool box user guide.
You might want to look at this post. There is an additional step to do in the makefile.
Set "CONFIG=Custom"