Guile 2.2 object files (*.go) are ELF files, but they can't be recognized by
`strip` and shouldn't be stripped. Is there a way to tell RPM to skip these
files when stripping? RPM used to skip `strip` on non-executable files, but it
is no longer the case since commit 0ab151ab138fd4fb6d3176fd0270d
Seems like `*.go` files should never be stripped. `*.go` can also be Go source
code, and that can’t be stripped either.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1