05-07-2022, 05:30 PM
This document:
https://gcc.gnu.org/onlinedocs/gcc/Optim...tions.html
"Turning on optimization flags makes the compiler attempt to improve the performance and/or code size at the expense of compilation time and possibly the ability to debug the program."
Gosh, so it adds a few seconds to the compile time? Small price to pay!
What is "debugging"? I don't sugar my code, so ants have no interest.
https://gcc.gnu.org/onlinedocs/gcc/Optim...tions.html
"Turning on optimization flags makes the compiler attempt to improve the performance and/or code size at the expense of compilation time and possibly the ability to debug the program."
Gosh, so it adds a few seconds to the compile time? Small price to pay!
What is "debugging"? I don't sugar my code, so ants have no interest.