2024-08-29 12:48 AM - last edited on 2024-08-29 01:56 AM by Peter BENSCH
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.