Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5015 Discussions

Vtune Error line number and symbol information

shivani_80_ag
Beginner
519 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
519 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

0 Kudos
Reply