Remove some defaults from profiles

This commit is contained in:
Pavan Kumar Sunkara 2020-04-10 17:03:48 +02:00
parent bf65ef3b45
commit b45746feff
3 changed files with 2 additions and 5 deletions

View file

@ -96,13 +96,8 @@ unstable = ["clap_derive/unstable"] # for building with unstable clap feature
debug = ["clap_derive/debug"] # Enables debug messages
doc = ["yaml"] # All the features which add to documentation
[profile.dev]
codegen-units = 4
[profile.test]
opt-level = 1
debug = true
codegen-units = 4
[profile.bench]
lto = true

View file

@ -56,3 +56,4 @@ doc = []
[package.metadata.docs.rs]
features = ["doc"]
targets = ["x86_64-unknown-linux-gnu"]

View file

@ -50,3 +50,4 @@ doc = []
[package.metadata.docs.rs]
features = ["doc"]
targets = ["x86_64-unknown-linux-gnu"]