mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
Disable debug info in the dev profile by default
This does not affect the release profile and it significantly speeds up compilation. In the rare cases where panics are not sufficient to debug something you can manually enable this again.
This commit is contained in:
@@ -5,6 +5,9 @@ authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user