We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1f3d commit 92ff6c2Copy full SHA for 92ff6c2
Readme.md
@@ -18,6 +18,7 @@ $ ./test.sh --release
18
### Cargo
19
20
```bash
21
+$ export CG_CLIF_INCR_CACHE=1 # Enable caching of object files in the incremental cache
22
$ CHANNEL="release" $cg_clif_dir/cargo.sh run
23
```
24
@@ -26,6 +27,7 @@ If you compiled cg_clif in debug mode you should use `CHANNEL="debug"` instead o
26
27
### Rustc
28
29
30
31
$ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/release/librustc_codegen_cranelift.so --sysroot $cg_clif_dir/build_sysroot/sysroot my_crate.rs
32
33
0 commit comments