Intel® Fortran Compiler XE 13.1 User and Reference Guides
Tells static analysis to process each file individually.
All
Linux: | -diag-enable sc-single-file |
OS X: | None |
Windows: | /Qdiag-enable:sc-single-file |
None
OFF |
If static analysis is enabled, it analyzes the whole program. |
This option tells static analysis to process each file individually. Skipping the usual whole-program analysis reduces memory requirements and analysis time on large programs but often finds fewer real errors.
This option is ignored unless static analysis diagnostics are enabled by providing one or more of the following options:
-diag-enable sc[n] or -diag-enable sc-mode (Linux* OS)
/Qdiag-enable:sc[n] or /Qdiag-enable:sc-mode (Windows* OS)
None