summaryrefslogtreecommitdiffstats
path: root/tags/d/debug-file-with-no-debug-symbols.tag
blob: cdd4aa2aefabd52f1b1b9967db795484b4b3c3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tag: debug-file-with-no-debug-symbols
Severity: warning
Check: binaries/debug-symbols/detached
Explanation: The binary is installed as a detached "debug symbols" ELF file,
 but it does not appear to have debug information associated with it.
 .
 A common cause is not passing <code>-g</code> to GCC when compiling.
 .
 Implementation detail: Lintian checks for the ".debug&lowbar;line" and the
 ".debug&lowbar;str" sections. If either of these are present, the binary
 is assumed to contain debug information.
See-Also: Bug#668437