D Options
Parent topic:
Alphabetical Compiler Options
D
Defines a symbol name that can be associated with an optional value.
d-lines, Qd-lines
Compiles debug statements.
dbglibs
Tells the linker to search for unresolved references in a debug run-time library.
DD
This is an alternate option name for option -d-lines.
debug (Linux* OS and Mac OS* X)
Enables or disables generation of debugging information.
debug (Windows* OS)
Enables or disables generation of debugging information.
debug-parameters
Tells the compiler to generate debug information for PARAMETERs used in a program.
define
This is an alternate option for option D.
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.
dll
Specifies that a program should be linked as a dynamic-link (DLL) library.
double-size
Specifies the default KIND for DOUBLE PRECISION and DOUBLE COMPLEX variables.
dps, Qdps
This is a deprecated option.
dryrun
Specifies that driver tool commands should be shown but not executed.
dumpmachine
Displays the target machine and operating system configuration.
dynamic-linker
Specifies a dynamic linker other than the default.
dynamiclib
Invokes the libtool command to generate dynamic libraries.
dyncom, Qdyncom
Enables dynamic allocation of common blocks at run time.
Copyright © 1996-2010, Intel Corporation. All rights reserved.