mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Optimize debug builds, but not tests
This commit is contained in:
@@ -9,6 +9,10 @@ rust-version = "1.56"
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
panic = 'abort'
|
||||
opt-level = 1
|
||||
|
||||
[profile.test]
|
||||
opt-level = 0
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user