mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
Do not use optimised debug builds
Optimised debug builds result in an extremely slow code-build-test cycle. The reason we do this is because we have a few tests which end up overflowing the stack. This increases the stack instead.
This commit is contained in:
committed by
link2xt
parent
e3bf8265c4
commit
ccd4d46391
@@ -9,7 +9,7 @@ rust-version = "1.56"
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
panic = 'abort'
|
||||
opt-level = 1
|
||||
opt-level = 0
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user