Skip to content

Whar's the different between non-aarch label and with aarch label? #4320

Closed Answered by dosubot bot
wnffldktm asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ROUwnffldktm! I'm here to help you with any issues or questions you have about the Zen Browser repositories. I can provide assistance with bug fixes, answer any questions you may have, and guide you on becoming a contributor. Let me know how I can assist you today! 🤖

The difference between 'aarch' and 'non-aarch' labels in the Zen Browser releases primarily relates to the target architecture and optimization settings:

  1. Target Architecture:

    • 'aarch' builds are for ARM architecture (aarch64).
    • 'non-aarch' builds are for x86_64 architecture.
  2. Optimization and Compiler Flags:

    • 'aarch' builds use specific optimization flags for ARM architecture, such as -O2 -mtune=cortex-a55 -march=arm…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wnffldktm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant