Produces enhanced source position information for inlined code.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux: | -inline-debug-info |
Mac OS: | None |
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. The Intel® Debugger (IDB) uses this information to show simulated call frames for inlined functions.
To use this option for debugging, you must also specify a debug enabling option, such as -g (Linux) or /debug (Windows).
Linux: -debug inline-debug-info
Mac OS: None
Windows: None