inline-debug-info, Qinline-debug-info

Produces enhanced source position information for inlined code. This is a deprecated option.

IDE Equivalent

None

Architectures

IA-32, Intel® 64, IA-64 architectures

Syntax

Linux and Mac OS X:

-inline-debug-info

Windows:

/Qinline-debug-info

Arguments

None

Default

OFF

No enhanced source position information is produced for inlined code.

Description

This option produces enhanced source position information for inlined code. This leads to greater accuracy when reporting the source location of any instruction. It also provides enhanced debug information useful for function call traceback.

To use this option for debugging, you must also specify a debug enabling option, such as -g (Linux) or /debug (Windows).

Alternate Options

Linux and Mac OS X: -debug inline-debug-info

Windows: None