D Options
Parent topic:
Alphabetical Compiler Options
D
Defines a macro name that can be associated with an optional value.
dD, QdD
Same as option -dM, but outputs #define directives in preprocessed source.
debug (Linux* OS and Mac OS* X)
Enables or disables generation of debugging information.
debug (Windows* OS)
Enables or disables generation of debugging information.
diag, Qdiag
Controls the display of diagnostic information.
diag-dump, Qdiag-dump
Tells the compiler to print all enabled diagnostic messages and stop compilation.
diag-enable sc, Qdiag-enable:sc
This option is a setting in option diag and Qdiag.
diag-enable sc-include, Qdiag-enable:sc-include
Tells a source code analyzer to process include files and source files when issuing diagnostic messages.
diag-error-limit, Qdiag-error-limit
Specifies the maximum number of errors allowed before compilation stops.
diag-file, Qdiag-file
Causes the results of diagnostic analysis to be output to a file.
diag-file-append, Qdiag-file-append
Causes the results of diagnostic analysis to be appended to a file.
diag-id-numbers, Qdiag-id-numbers
Determines whether the compiler displays diagnostic messages by using their ID number values.
diag-once, Qdiag-once
Tells the compiler to issue one or more diagnostic messages only once.
diag-sc-dir, Qdiag-sc-dir
Specifies a directory for static security analysis results.
dM, QdM
Tells the compiler to output macro definitions in effect after preprocessing.
dN, QdN
Same as -dD, but output #define directives contain only macro names.
dryrun
Specifies that driver tool commands should be shown but not executed.
dumpmachine
Displays the target machine and operating system configuration.
dumpversion
Displays the version number of the compiler.
dynamic-linker
Specifies a dynamic linker other than the default.
dynamiclib
Invokes the libtool command to generate dynamic libraries.
Copyright © 1996-2010, Intel Corporation. All rights reserved.