compiling for native M1 #5946
NikolajBjorner
started this conversation in
General
Replies: 1 comment
-
I have added automatic detection for arm64 for "Darwin" to set this configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compiling z3 on an M1 does not necessarily create native binaries.
It is noted that adding
to the cmake configuration parameters ensures native binaries.
I wonder what is a good way to ensure native binaries by default.
For example, the cmake directory under z3 contains an architecture detection feature.
Beta Was this translation helpful? Give feedback.
All reactions