Kobzol / cargo-pgo

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

Respect `--target-dir` #43

Closed Kobzol closed 10 months ago

Kobzol commented 10 months ago

Improves handling of Cargo arguments and respects --target-dir, which was previously ignored.