mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-05 19:44:13 +08:00
Do not strip release binaries
This commit is contained in:
parent
afd8febbf1
commit
4ac60feca2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ panic = 'unwind'
|
||||||
debug-assertions = false
|
debug-assertions = false
|
||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
rpath = false
|
rpath = false
|
||||||
#strip = true
|
strip = true
|
||||||
|
|
||||||
[profile.test]
|
[profile.test]
|
||||||
opt-level = 0
|
opt-level = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue