Question
StellarStudio code optimization
Hello,
Stellarstudio how to set the code optimization?
During the process of compiling a.C file into an.O file, the code is optimized. Commonly used optimizations include time optimization, which aims to make the code execution time shorter and more efficient, and space optimization, which aims to reduce the space occupied by the generated code.
