You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ Assuming `$cg_clif_dir` is the directory you cloned this repo into and you follo
24
24
In the directory with your project (where you can do the usual `cargo build`), run:
25
25
26
26
```bash
27
-
$ CHANNEL="release"$cg_clif_dir/cargo.sh run
27
+
$ $cg_clif_dir/cargo.sh run
28
28
```
29
29
30
30
This should build and run your project with rustc_codegen_cranelift instead of the usual LLVM backend.
31
31
32
-
If you compiled cg_clif in debug mode (aka you didn't pass `--release` to `./test.sh`) you should use`CHANNEL="debug"` instead or omit `CHANNEL="release"` completely.
32
+
If you compiled cg_clif in debug mode (aka you didn't pass `--release` to `./test.sh`) you should set`CHANNEL="debug"`.
0 commit comments