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 macOS with ARM64 #229

Open
donpui opened this issue Jan 26, 2023 · 0 comments
Open

Build macOS with ARM64 #229

donpui opened this issue Jan 26, 2023 · 0 comments
Labels
Tech Debt Technical debt, small improvements to code, libraries

Comments

@donpui
Copy link
Contributor

donpui commented Jan 26, 2023

Current macOS app version builds use x86_64 architecture, which is emulated on ARM64 (M1/M2) chip based computers.
This can be changed to use arm natively which should improve performance and avoid using rosetta.

With recent iOS app build, this should not be complicated to adjust for macOS build.

@donpui donpui added the Tech Debt Technical debt, small improvements to code, libraries label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech Debt Technical debt, small improvements to code, libraries
Projects
None yet
Development

No branches or pull requests

1 participant