Kobzol / cargo-pgo

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

Fix config args for `cargo pgo run` #54

Closed Kobzol closed 8 months ago

Kobzol commented 8 months ago

They need to be prepended, not appended to Cargo args.

Fixes: https://github.com/Kobzol/cargo-pgo/issues/53