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

Distribute Apple ARM builds #176

Open
JosefWN opened this issue Dec 23, 2023 · 1 comment
Open

Distribute Apple ARM builds #176

JosefWN opened this issue Dec 23, 2023 · 1 comment

Comments

@JosefWN
Copy link

JosefWN commented Dec 23, 2023

With Apple migrating to ARM over three years ago, most softwares are provided with native ARM builds these days. This no longer necessitates Rosetta and the overhead it carries.

When building bossac with clang for example, the only issue seems to be a minor warning, but it builds if that warning is not treated as an error:

src/Samba.cpp:144:13: error: unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
    _port = move(port);
            ^
            std::
1 error generated.
@JosefWN
Copy link
Author

JosefWN commented Dec 23, 2023

This fix also already seems to be in a PR: #172

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

1 participant