Skip to content

Commit

Permalink
Update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Jun 22, 2024
1 parent e317550 commit 9f087d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,19 @@ split-debuginfo = "unpacked"
[profile.dev.package."*"]
opt-level = 3

[profile.dev.build-override]
opt-level = 3

[profile.ci]
inherits = "dev"
opt-level = 1

[profile.ci.package."*"]
opt-level = 1

[profile.ci.build-override]
opt-level = 1

[profile.release]
codegen-units = 1
lto = true
Expand Down

0 comments on commit 9f087d6

Please sign in to comment.