Kobzol / cargo-pgo

Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.
MIT License
563 stars 11 forks source link

Respect binary user arguments #46

Closed Kobzol closed 9 months ago

Kobzol commented 9 months ago

Before, if you executed cargo run -- <cargo-args> -- <binary-args>, cargo-pgo would modify <binary-args> (e.g. it would remove --release), which was wrong.