Skip to content

Commit

Permalink
Enable optimizations again
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Dec 11, 2024
1 parent 32e5441 commit b7086bf
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 @@ -322,17 +322,11 @@ pixi_pty = { path = "crates/pixi_pty" }
signal-hook = { workspace = true }

[profile.dist]
# codegen-units = 1
#inherits = "release"
#lto = "fat"
#opt-level = 3
#strip = "symbols"
# codegen-units = 1
codegen-units = 16
codegen-units = 1
inherits = "release"
lto = false
opt-level = 0
strip = false
lto = "fat"
opt-level = 3
strip = "symbols"

[profile.ci]
codegen-units = 16
Expand Down

0 comments on commit b7086bf

Please sign in to comment.