-
Hi, I just started to checking this repositories (?) of Zen Browser. I notice that both release and twilight build has non-aarch label and aarch label. Thank you 🙏🏼 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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:
Regarding installing a release with a 'non-aarch' label and then patching it with a 'twilight' build with an 'aarch' label, there is no specific documentation in the repository about the consequences of mixing these builds. However, due to the differences in architecture and optimization settings, it is generally not advisable to mix them, as it could lead to compatibility issues or unexpected behavior. As for whether the installation process replaces all files or only updates specific components, there is no specific information available in the repository about this process [3][4]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
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:
Target Architecture:
Optimization and Compiler Flags:
-O2 -mtune=cortex-a55 -march=arm…