Fix jit mode with cargo-clif wrapper
This commit is contained in:
parent
f52162f75c
commit
ddde38d132
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ fn main() {
|
|||
.chain(env::args().skip(2))
|
||||
.chain([
|
||||
"--".to_string(),
|
||||
"-Zunstable-features".to_string(),
|
||||
"-Zunstable-options".to_string(),
|
||||
"-Cllvm-args=mode=jit".to_string(),
|
||||
])
|
||||
.collect()
|
||||
|
@ -52,7 +52,7 @@ fn main() {
|
|||
.chain(env::args().skip(2))
|
||||
.chain([
|
||||
"--".to_string(),
|
||||
"-Zunstable-features".to_string(),
|
||||
"-Zunstable-options".to_string(),
|
||||
"-Cllvm-args=mode=jit-lazy".to_string(),
|
||||
])
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue