We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f353e commit eda82caCopy full SHA for eda82ca
src/how-to-build-and-run.md
@@ -36,7 +36,8 @@ codegen-units = 0
36
# enabled by `debuginfo-level = 1`. Full debuginfo is also enabled by
37
# `debuginfo-level = 2`. Debug assertions can also be enabled with
38
# `debug-assertions = true`. Note that `debug = true` will make your build
39
-# slower, so you may want to try individually enabling debuginfo and assertions.
+# slower, so you may want to try individually enabling debuginfo and assertions
40
+# or enable only line debuginfo which is basically free.
41
debug = true
42
```
43
0 commit comments