-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add target-cpu value? #22
Comments
Excuse my ignorance: Is |
Here is the current list given by
Most Rust users seem totally unaware of this flag... but setting it to In my case, I set it to I think it would be convenient to include |
Likewise a list of
|
My natural inclination is to avoid having to parse RUSTFLAGS for obvious reasons, at least if this is the only solution. Maybe open an issue with Cargo, so |
This depends on rust-lang/rust#44036 |
I have an application that will be distributed for specific CPU models in order to take advantage of specific instructions and different techniques better suited for AMD or Intel.
It would be nice to have
built
parseRUSTFLAGS
and storetarget-cpu
so it could be included in the build information.The text was updated successfully, but these errors were encountered: