Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4825 Discussions

Vtune Error line number and symbol information

shivani_80_ag
Beginner
348 Views
hi
I am using the intel compiler to compile the code with debug information using -Zi option still in vtune performance analyzer it says that the line and symbol information is not there..
0 Kudos
1 Reply
Anonymous24
Beginner
348 Views

Ensure that the debug information is not stripped by the link phase of your application build. The linker must also be told to generate debug info.

-dlanders

Reply