Kobzol / cargo-pgo

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

Fix config args for `cargo pgo run` #54

Closed Kobzol closed 7 months ago

Kobzol commented 7 months ago

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

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