Open japaric opened 8 years ago
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.