Skip to content

Include Rust debuginfo in release builds

(hopefully, since I'm not familiar with how packages are usually generated) Resolves #312 (closed)

The idea is that (I'm guessing that) for non-debuginfo packages the binaries are stripped anyway so debug = true will make no difference, but for debuginfo packages Rust debuginfo will now be included (so we can get proper backtraces).

Merge request reports