Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Better inlining
  • Loading branch information
recmo committed Oct 25, 2022
commit dfc38d8991938c78f8f15e746be7d2aeca8e0c4f
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ default-members = ["crates/revm"]

[profile.release]
# debug = true
lto = true
codegen-units = 1

[profile.ethtests]
inherits = "test"
Expand Down