We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-C target-cpu=native
Is your feature request related to a problem? Please describe.
It is adviced to add -C target-cpu=native flags when build crates using sonic-rs.
The idea behind was that the running/production host is the same with the building/dev host.
When the production host is not under control (say controlled by a dedicated ops team), how to get essential info to build crates.
Does there exist some tips to query essential info to achive the same effect as -C target-cpu=native does ?
Describe the solution you'd like
Provide some commands or instructions to collect essential info to achive the same effect as -C target-cpu=native does.
Describe alternatives you've considered
Provide some tricks to perpsuade ops team members to help collect host native info.
Additional context
None.
The text was updated successfully, but these errors were encountered:
We will support runtime detection, and will not need to add -C target-cpu=native.
related issue #14
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
It is adviced to add
-C target-cpu=native
flags when build crates using sonic-rs.The idea behind was that the running/production host is the same with the building/dev host.
When the production host is not under control (say controlled by a dedicated ops team), how to get essential info to build crates.
Does there exist some tips to query essential info to achive the same effect as
-C target-cpu=native
does ?Describe the solution you'd like
Provide some commands or instructions to collect essential info to achive the same effect as
-C target-cpu=native
does.Describe alternatives you've considered
Provide some tricks to perpsuade ops team members to help collect host native info.
Additional context
None.
The text was updated successfully, but these errors were encountered: