Skip to content

Commit

Permalink
add some compile optimizations, didn't seem to help
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstoll committed Jan 21, 2021
1 parent c4c8412 commit f7c6792
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions retrosheet_stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ url = "2.1"
version = "1"
default-features = false # Turn off unicode support
features = ["std", "perf", "unicode-perl"]

[profile.release]
opt-level = 3
#debug = true
# https://deterministic.space/high-performance-rust.html
lto = "fat"
codegen-units = 1

0 comments on commit f7c6792

Please sign in to comment.