Skip to content

Commit

Permalink
v1.2.4 disable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Jun 21, 2024
1 parent 4d0e2db commit 7a4c9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[workspace]
members = ["ato", "ato-cli"]
members = ["ato-cli"]
resolver = "2"

[profile.release]
lto = true
lto = false
strip = true
panic = 'abort'
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion ato-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ato-cli"
version = "1.2.3"
version = "1.2.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 7a4c9f6

Please sign in to comment.