When I was compiling, I found that r5f has a link option -flot.
May I ask what the function of this option is? If it is removed, will it have any impact on the system
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.
When I was compiling, I found that r5f has a link option -flot.
May I ask what the function of this option is? If it is removed, will it have any impact on the system
Hi,
I am going to pass this along to one of our software apps team members to look at.
Thank you,
-Randy
Hi Currin,
According to the following paragraph of TICLANG user guide: 1.3.7. Optimization Options — TI Arm Clang Compiler Tools User's Guide
-flto stands for "inter-module optimizations are used" It will perform the global optimization. It will improve your code execution speed or reduce the code size depending on the options you are using.
Best regards,
Ming