Disable optimizations for some build-time crates (#65)
This commit is contained in:
parent
186e3173cd
commit
72fdad45db
1 changed files with 4 additions and 1 deletions
|
@ -65,4 +65,7 @@ sd-notify = "0.1.0"
|
|||
unix-daemonize = "0.1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
percent-encoding = "2.1"
|
||||
percent-encoding = "2.1"
|
||||
|
||||
[profile.release.build-override]
|
||||
opt-level = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue