[Solved] Optimization setting
All command line arguments you supply are interpreted by the compiler (or compiler driver, in the case of some compilers like gcc). They may then be passed on to other programs that the compiler (or compiler driver) executes to complete particular tasks. Incidentally, -o is not an optimisation setting with quite a few compilers. It … Read more