Update how-to-build-and-run.md

This commit is contained in:
Who? Me?! 2019-06-07 16:07:45 -05:00
parent c9805eeb74
commit f93dca23bf
1 changed files with 2 additions and 1 deletions

View File

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