Closed marysaka closed 3 years ago
Agree! since cargo now has its own std feature for cross compile we should use cargo build
for more compatiable stuffs.
add these to .carog/config:
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
+build-std-features = ["compiler-builtins-mem"]
Last commit added support for this ;)
This should simplify quite some stuffs while building.
Still need to update the tooling around to support it