diag-sc-dir, Qdiag-sc-dir

Specifies a directory for static security analysis results.

IDE Equivalent

Windows: Diagnostics > Static Security Analysis Results Directory

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux:

-diag-sc-dir[=dir]

Mac OS X:

None

Windows:

/Qdiag-sc-dir[:dir]

Arguments

dir

Is the name of the directory where the results should be placed.

Default

OFF

If static security analysis is enabled, analysis results are placed in a default area determined by the compiler.

Description

This option specifies a directory for static security analysis results.

If you do not specify dir, the results are placed in the current working directory. Results are placed in a subdirectory with the name rnnnsc, where nnn is replaced by the next available sequence number (001, 002, etc.).

Note iconNote

To use this option, you must enable static security analysis by specifying option –diag-enable sc[n] (Linux* OS) or /Qdiag-enable:sc[n] (Windows* OS).

Alternate Options

None

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.