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 74c7aab commit 0417cb5Copy full SHA for 0417cb5
src/doc/src/reference/config.md
@@ -118,6 +118,7 @@ offline = true # do not access the network
118
# Same keys as for [patch] in Cargo.toml
119
120
[profile.<name>] # Modify profile settings via config.
121
+inherits = "dev" # If an option is missing, use dev's value.
122
opt-level = 0 # Optimization level.
123
debug = true # Include debug info.
124
split-debuginfo = '...' # Debug info splitting behavior.
0 commit comments