...
General options for optimization
-On
: control
...
for code optimization
-O0
: generates unoptimized code (reduce compilation time and useful for debugging)
...
...
-On
: control ...
-O0
: generates unoptimized code (reduce compilation time and useful for debugging)
...