mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Remove some defaults from profiles
This commit is contained in:
parent
bf65ef3b45
commit
b45746feff
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -56,3 +56,4 @@ doc = []
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["doc"]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
|
|
@ -50,3 +50,4 @@ doc = []
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["doc"]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
|
Loading…
Reference in a new issue