Skip to content

Commit

Permalink
Remove build runtime optimizations to improve compile time (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jul 31, 2024
1 parent f7e66ed commit 543b736
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,3 @@ improved-miss-penalty = { package = "akatsuki-pp", git = "https://github.com/osu
"async_tokio",
] }
md5 = "0.7.0"

[profile.release]
lto = "fat"
codegen-units = 16
opt-level = 3
panic = "abort"

0 comments on commit 543b736

Please sign in to comment.