You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could also just use cargo build --release --target <target> in src/rustc/std_shim. You do need to figure out yourself what the correct features are to pass for your platform (jemalloc, debug-jemalloc, and/or backtrace). This works for any target, even those that are "not supported".
See this post for updates.
The text was updated successfully, but these errors were encountered: