Produces enhanced source position information for inlined code. This is a deprecated option.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -inline-debug-info |
Windows: | /Qinline-debug-info |
None
OFF |
No enhanced source position information is produced for inlined code. |
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).
Linux and Mac OS X: -debug inline-debug-info
Windows: /debug:inline-debug-info
Copyright © 1996-2011, Intel Corporation. All rights reserved.