You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-pgo currently sets PGO rustflags through target.*.rustflags from Rust 1.63+ (since #57, see #56 for the reasoning). This means that if you have e.g. build.rustflags in your Cargo config file, it will be overridden by the flags set by cargo-pgo.
It might be useful to some users to give them the option to decide whether they want to use the target or the build rustflags. The latter might be useful if the user already has some build.rustflags value set and they do not want to override them.
cargo-pgo
currently sets PGO rustflags throughtarget.*.rustflags
from Rust 1.63+ (since #57, see #56 for the reasoning). This means that if you have e.g.build.rustflags
in your Cargo config file, it will be overridden by the flags set bycargo-pgo
.It might be useful to some users to give them the option to decide whether they want to use the target or the build rustflags. The latter might be useful if the user already has some
build.rustflags
value set and they do not want to override them.This was suggested here.
The text was updated successfully, but these errors were encountered: