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