rust/build.sh

5 lines
250 B
Bash
Raw Normal View History

2018-06-17 18:05:11 +02:00
cargo build || exit 1
2018-07-15 20:30:03 +02:00
rustc -Zcodegen-backend=$(pwd)/target/debug/librustc_codegen_cranelift.so example.rs --crate-type lib -Og
2018-07-18 13:35:03 +02:00
rustc -Zcodegen-backend=$(pwd)/target/debug/librustc_codegen_cranelift.so ./rust/src/libcore/lib.rs --crate-type lib -Og