<b>-O</b>[<em>level</em>]: Optimisation



next up previous contents
Next: -g: Debugger Flag Up: Common Flags Previous: -o out_file: Output

-O[level]: Optimisation

The -O[level] flag indicates the optimisation level of the compiled program. A level of 1 gives the least optimisation, whereas a level of 3 (some compilers go higher) gives the most optimisation.

NOTES:

On some systems -O is equivalent to -O1; on others, it is equivalent to -O2. Check the local compiler man page.



Super-User
Fri Feb 17 15:55:40 EST 1995