This option disables optimization for the specified section.
[Specification format]
-SEction_forbid=sub[,sub]...
sub: [file-name|module-name](section-name[,section-name]...)
|
- | Interpretation when omitted |
Optimization for the specified section is not disabled.
[Detailed description]
- | This option disables optimization for the specified section. |
- | Specify the file name, module name, and section name for sub. |
- | If an input file name or library module name is also specified, the optimization can be disabled for a specific file, not only the entire section. |
[Example of use]
- | To disable all optimizations for the .SEC1 section, describe as: |
>rlink a.obj b.obj -optimize -section_forbid=(.SEC1)
|
- | To disable all optimizations for the .SEC1 and .SEC2 sections in a.obj. describe as: |
>rlink a.obj b.obj -optimize -section_forbid=a.obj(.SEC1,.SEC2)
|
[Remark]
- | This option is ignored if optimization is not applied at linkage. |
- | To disable optimization for an input file with its path name, type the path with the file name. |
- | To disable optimization for the mirror destination area, specify the mirror source area. |