We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f1429 commit 80bc392Copy full SHA for 80bc392
src/doc/src/reference/config.md
@@ -121,6 +121,7 @@ known-hosts = ["..."] # known SSH host keys
121
# Same keys as for [patch] in Cargo.toml
122
123
[profile.<name>] # Modify profile settings via config.
124
+inherits = "dev" # Inherits settings from [profile.dev].
125
opt-level = 0 # Optimization level.
126
debug = true # Include debug info.
127
split-debuginfo = '...' # Debug info splitting behavior.
0 commit comments