Closed Licenser closed 2 years ago
This tool is only for making releases, I don't plan to support anything other than target/release.
If you want to make a release with debug information then the correct way is to specify debug=true in a release profile.
And target/debug is a bit confused in Cargo, because the profile for it is called "dev"
when specifying
--profile debug
and--no-build
cargo deb still looks intarget/release