1
Fork 0

Merge commit 'dda103b1e3' into sync_cg_clif-2023-09-06

This commit is contained in:
bjorn3 2023-09-06 18:51:03 +00:00
commit 521ed6e308
4 changed files with 10 additions and 8 deletions

View file

@ -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() {