-
Notifications
You must be signed in to change notification settings - Fork 160
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
Easier build on M1 take 2 #611
Conversation
Let me know if there are any requested changes to this PR. |
Removing |
Note that those flags are only needed for 32-bit x86, for 64-bit x86 SSE is the default. |
Thanks for the feedback. I'll work on the updates. |
@Apprentice-Alchemist, let me know if you have any concerns with that approach. |
Looks good to me. |
I can't really review this, but it doesn't break CI and seems to make various people happy, so I'll merge it! |
* Initial changes to build Hashlink on Mac arm64. * Only include mdbg on the x86_64. * Re-added build flags for 32 bit architectures.
This is based closely on nullobsi PR but addresses the issue waaadim identified.