Box64 compile args to use when running on M1 but inside a VM #1667
Answered
by
ptitSeb
sonroyaalmerol
asked this question in
Q&A
-
Hi! Hopefully this is the right place to ask. In the compiling instructions, I can see a specific arg for M1 If it matters, the VM will be running with 4k page size afaik. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ptitSeb
Jul 10, 2024
Replies: 1 comment 1 reply
-
the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sonroyaalmerol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the
-DM1=1
is used mainly to select CPU optimisation for the build. The Pagesize is read in runtime. So keep-DM1=1
it will be the best settings.