Skip to content

Commit

Permalink
tristan/war-628-sylow-revm-precompile-compatability (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
trbritt authored Sep 6, 2024
1 parent 1009f0a commit 1a8d881
Show file tree
Hide file tree
Showing 9 changed files with 641 additions and 53 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@ name = "mod"
harness = false

[profile.bench]
# TODO(Why, it seems like we'd want to bench in max performance mode)
debug = true
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false
Loading

0 comments on commit 1a8d881

Please sign in to comment.