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 ad23924 commit b606256Copy full SHA for b606256
src/doc/src/reference/manifest.md
@@ -341,7 +341,7 @@ incremental = true # whether or not incremental compilation is enabled
341
overflow-checks = true # use overflow checks for integer arithmetic.
342
# Passes the `-C overflow-checks=...` flag to the compiler.
343
344
-# The release profile, used for `cargo build --release`.
+# The release profile, used for `cargo build --release` and `cargo test --release`.
345
[profile.release]
346
opt-level = 3
347
debug = false
@@ -365,7 +365,7 @@ panic = 'unwind'
365
incremental = true
366
overflow-checks = true
367
368
-# The benchmarking profile, used for `cargo bench` and `cargo test --release`.
+# The benchmarking profile, used for `cargo bench`.
369
[profile.bench]
370
371
0 commit comments