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
|
@ -66,3 +66,6 @@ unix-daemonize = "0.1.2"
|
|||
|
||||
[dev-dependencies]
|
||||
percent-encoding = "2.1"
|
||||
|
||||
[profile.release.build-override]
|
||||
opt-level = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue