Skip to content

Commit

Permalink
add optimizations in root
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Athanasiou committed Jan 9, 2025
1 parent b6f8a7f commit 5e00af9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ members = ["protypo","protypo-cli"]
exclude = ["output"]
resolver = "2"

[profile.release]
strip = true

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"
[profile.release]
codegen-units = 1
lto = true
strip = true
debug = false
panic = "abort"

0 comments on commit 5e00af9

Please sign in to comment.