Skip to content

Commit

Permalink
Fix shell helpers in usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 18, 2023
1 parent 06ed138 commit 9aa5fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ These are a few functions that allow you to easily run rust code from the shell

```bash
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() {
Expand Down

0 comments on commit 9aa5fbf

Please sign in to comment.