Skip to content

Commit

Permalink
Move release profile settings to workspace Cargo.toml (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Mar 29, 2022
1 parent a3f958a commit 36c5ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ members = [
"crates/core",
"crates/cli",
]

[profile.release]
lto = true
opt-level = 3
4 changes: 0 additions & 4 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ wee_alloc = "0.4.5"
serde_json = { version = "1", optional = true }
once_cell = "1.4.0"

[profile.release]
lto = true
opt-level = 3

[features]
json-io = ["serde_json"]

0 comments on commit 36c5ab9

Please sign in to comment.