Skip to content

Commit

Permalink
chore: move profile settings to workspace Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 4, 2023
1 parent 6aaaeea commit 0840e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ members = ["catwalk", "puccinier", "whiskers"]
default-members = ["catwalk"]

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true

[profile.release.package.catppuccin-catwalk]
opt-level = "s"
6 changes: 0 additions & 6 deletions puccinier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ categories = ["command-line-utilities", "template-engine"]
xflags = "0.3"
regex = { version = "1.6", default-features = false, features = ["std"] }
atty = "0.2"

[profile.release]
opt-level = "z"
codegen-units = 1
lto = true
strip = true

0 comments on commit 0840e14

Please sign in to comment.