mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Only lower the opt-level for 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