Skip to content

Commit

Permalink
🔧 Remove the strip flag and custom debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Apr 11, 2024
1 parent a4db691 commit 4434d08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ readme = "README.md"
repository = "https://github.com/eigenein/rust-template" # TODO
version = "0.0.1"

[profile.dev]
split-debuginfo = "unpacked"

[profile.release]
codegen-units = 1
lto = "thin"
strip = true

[lints.clippy]

Expand Down

0 comments on commit 4434d08

Please sign in to comment.