Skip to content

Commit

Permalink
Make jit mode default in rbpf-cli (solana-labs#18671)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov authored Jul 14, 2021
1 parent 74f1f7f commit 9ed1f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbpf-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ native machine code before execting it in the virtual machine.",
.takes_value(true)
.value_name("VALUE")
.possible_values(&["cfg", "disassembler", "interpreter", "jit"])
.default_value("interpreter"),
.default_value("jit"),
)
.arg(
Arg::new("instruction limit")
Expand Down

0 comments on commit 9ed1f24

Please sign in to comment.