Skip to content

Commit

Permalink
make debug build smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jul 9, 2024
1 parent 3fae8ed commit 462139e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ members = [
'./apps/app'
]

[profile.dev]
opt-level = 0
debug = true
debug-assertions = true
overflow-checks = true
lto = false
panic = 'unwind'
incremental = true
codegen-units = 256
rpath = false

# Optimize for speed and reduce size on release builds
[profile.release]
panic = "abort" # Strip expensive panic clean-up logic
Expand Down

0 comments on commit 462139e

Please sign in to comment.