Merge commit 'dda103b1e3
' into sync_cg_clif-2023-09-06
This commit is contained in:
commit
521ed6e308
4 changed files with 10 additions and 8 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue