Intel® Fortran Compiler XE 13.1 User and Reference Guides

diag-enable sc-single-file, Qdiag-enable:sc-single-file

Tells static analysis to process each file individually.

IDE Equivalent

Windows: Diagnostics > Analyze Files Individually

Linux: None

OS X: None

Architectures

All

Syntax

Linux:

-diag-enable sc-single-file

OS X:

None

Windows:

/Qdiag-enable:sc-single-file

Arguments

None

Default

OFF

If static analysis is enabled, it analyzes the whole program.

Description

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:

Alternate Options

None

See Also


Submit feedback on this help topic