Is there any way to tell GCC through code that I want it to optimize my code?
or can it be done only by command line settings (e.g. "gcc source.c -O2 -o out
")?
Asked
Active
Viewed 158 times
5

Jean Marcos
- 167
- 6
-
Of course you can further optimize your code by straightening to some specific C++ programming paradigms as well! – πάντα ῥεῖ Sep 16 '13 at 20:50