Replies: 1 comment 3 replies
-
Are you sure that the flags referenced here #459 (comment) are used? The symbols can't be linked on any environment as they are provided by the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When setting the target-cpu flag it produces an error on a Mac. This seems similar to #459 in that when using "aarch64-apple-darwin" it compiles fine. This would support older or a range of devices. I was compiling only for my machine to test the performance of the application. Would a target of native or apple not be supported? Compiling other programs which don't use Rustler seem to be fine with those target-cpu options.
The error is below.
Beta Was this translation helpful? Give feedback.
All reactions