Fix shell helpers in usage docs
This commit is contained in:
parent
06ed138247
commit
9aa5fbf79c
@ -54,7 +54,7 @@ These are a few functions that allow you to easily run rust code from the shell
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
function jit_naked() {
|
function jit_naked() {
|
||||||
echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-features -Cllvm-args=mode=jit -Cprefer-dynamic
|
echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-options -Cllvm-args=mode=jit-lazy -Cprefer-dynamic
|
||||||
}
|
}
|
||||||
|
|
||||||
function jit() {
|
function jit() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user