< Optimizing Linkage Editor (rlink) Options / Optimize Options >
[Format]
-section_forbid = <sub>[,...]
<sub>: [<file name>|<module name>](<section name>[,...])
|
[Description]
- | Disables optimization for the specified section. 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. |
[Remarks]
- | If optimization is not applied at linkage, this option is ignored. |
- | To disable optimization for an input file with its path name, type the path with the file name when specifying section_forbid. |