rust-secure-code / cargo-auditable

Make production Rust binaries auditable
Apache License 2.0
646 stars 28 forks source link

Disable emitting audit info in presence of `--print` statements #111

Closed Shnatsel closed 1 year ago

Shnatsel commented 1 year ago

When these options are present rustc doesn't actually emit any code, so no need try to create any kind of audit info.

NobodyXu commented 1 year ago

@Shnatsel This PR still fails in CI.