Skip to content
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

-march=native results in non-reproducible binaries #230

Open
nanonyme opened this issue Aug 20, 2022 · 1 comment
Open

-march=native results in non-reproducible binaries #230

nanonyme opened this issue Aug 20, 2022 · 1 comment

Comments

@nanonyme
Copy link

This means build host capabilities leak into binaries so binaries built on two build hosts will be different. Please reconsider whether it's necessary in general build case.

@floppym
Copy link
Contributor

floppym commented Feb 12, 2023

The -march=native flag is only used for temporary binaries that are called during the build process. It should not have any impact on installed files.

Also see #198.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants