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

Release universal (fat) binaries for macOS #1006

Open
chfast opened this issue Sep 12, 2024 · 0 comments
Open

Release universal (fat) binaries for macOS #1006

chfast opened this issue Sep 12, 2024 · 0 comments
Labels

Comments

@chfast
Copy link
Member

chfast commented Sep 12, 2024

On macOS, you can specify multiple CMAKE_OSX_ARCHITECTURES=arm64;x86_64 and in the result get the universal (also called "fat") binaries: OS will pick up the best machine code at runtime.

@chfast chfast added the build label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant