rust/build.sh

5 lines
250 B
Bash
Raw Normal View History

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