SLAU132Y September 2004 – June 2021
The --opt_level=3 option (aliased as the -O3 option) instructs the compiler to perform file-level optimization. You can use the --opt_level=3 option alone to perform general file-level optimization, or you can combine it with other options to perform more specific optimizations. The options listed in Table 4-1 work with --opt_level=3 to perform the indicated optimization:
If You ... | Use this Option | See |
---|---|---|
Want to create an optimization information file | --gen_opt_level=n | Section 4.4.1 |
Want to compile multiple source files | --program_level_compile | Section 4.5 |