Skip to content

Commit

Permalink
Merge pull request #591 from nervosnetwork/enable-aot-by-default
Browse files Browse the repository at this point in the history
Enable `aot-vm` feature by default
  • Loading branch information
Flouse authored Feb 23, 2022
2 parents eb70561 + 57d6253 commit bd08e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/block-producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-block-producer"
version = "0.8.0"
version = "0.10.1"
authors = ["Nervos Network"]
edition = "2018"

Expand Down Expand Up @@ -66,6 +66,6 @@ opentelemetry = { version = "0.16", features = ["rt-tokio"] }
tikv-jemallocator = { version = "0.4.0", features = ["unprefixed_malloc_on_supported_platforms"] }

[features]
default = []
default = ["aot-vm"]
profiling = ["tikv-jemallocator/profiling"]
aot-vm = ["gw-generator/aot"]

0 comments on commit bd08e23

Please sign in to comment.