Skip to content

Commit eda82ca

Browse files
committedJun 11, 2019
Update how-to-build-and-run.md
1 parent 14f353e commit eda82ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/how-to-build-and-run.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ codegen-units = 0
3636
# enabled by `debuginfo-level = 1`. Full debuginfo is also enabled by
3737
# `debuginfo-level = 2`. Debug assertions can also be enabled with
3838
# `debug-assertions = true`. Note that `debug = true` will make your build
39-
# slower, so you may want to try individually enabling debuginfo and assertions.
39+
# slower, so you may want to try individually enabling debuginfo and assertions
40+
# or enable only line debuginfo which is basically free.
4041
debug = true
4142
```
4243

0 commit comments

Comments
 (0)
Please sign in to comment.