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

Build ka9q utilities without -march=native #932

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

argilo
Copy link
Contributor

@argilo argilo commented Nov 8, 2024

ka9q-radio's makefile uses the -march=native option, which is only safe when running binaries on the same system they were built on:

https://github.com/ka9q/ka9q-radio/blob/770f988955a0dfb380b71d4cf58529cc6f824e67/Makefile.linux#L11

Overriding COPTS to remove this option should allow the binaries to be executed on other systems.

@darksidelemm darksidelemm merged commit e1b9517 into projecthorus:testing Nov 8, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants