Disable optimizations for some build-time crates (#65)

This commit is contained in:
Laurențiu Nicola 2020-02-02 01:05:48 +02:00 committed by GitHub
parent 186e3173cd
commit 72fdad45db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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