hi :
1. I would like to ask what is this file and what is it for?
2.Does generating this file affect compilation speed?
3.Can we choose not to generate this file, what do we need to do?
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.
hi :
1. I would like to ask what is this file and what is it for?
2.Does generating this file affect compilation speed?
3.Can we choose not to generate this file, what do we need to do?
Hi Fiege Wang,
Please refer the below link, section 3.3.1 "Creating an Optimization Information File" for details. The file gives information on the optimization information by the compiler.
ARM Optimizing C/C++ Compiler v20.2.0.LTS User's Guide (Rev. V) - https://www.ti.com/lit/pdf/spnu151
I believe you can skip the generation of this file by changing --gen_opt_info=0. (Table 3-2 in the same link above).
Regards,
Karan
Thank you very much for your feedback, I will test it based on the documentation you provided