no-code-sections

The named members of the static library have no usable code sections.

It happens when shared objects are built with -flto=auto but without -ffat-lto-objects. dh_strip strips the LTO sections but may leave the static library without any usable code.

Severity: error
Experimental: false

See also