XL Fortran 5.5.1 Compiler Options
Unless debugging, always use at least the -O2 flag
The -O3 option usually gives improved performance over -O2. Use it unless you believe it to be generating fault code or degrading performance.
The -O4 option is shorthand for
- O3 -qhot -qipa -qarch=auto -qtune=auto