Skip to content

Commit

Permalink
fix: full opt
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 30, 2024
1 parent 0d34144 commit ae68718
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,7 @@ panic = "unwind"

[profile.release-lto]
inherits = "release"
incremental = false
opt-level = 1
panic = "unwind"

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

0 comments on commit ae68718

Please sign in to comment.