summaryrefslogtreecommitdiffstats
path: root/tags/n/no-code-sections.tag
blob: cfeb6db5a6c6157cd71df919270adaa4f0fa0b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
Tag: no-code-sections
Severity: error
Check: libraries/static/no-code
Explanation:
 The named members of the static library have no usable code sections.
 .
 It happens when shared objects are built with <code>-flto=auto</code> but
 without <code>-ffat-lto-objects</code>. <code>dh_strip</code> strips the
 LTO sections but may leave the static library without any usable code.
See-Also:
 Bug#977596