Merge pull request #608 from Ajacmac/patch-1

Fixed a single typo
master
ashley williams 6 years ago committed by GitHub
commit 839be5a322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/commands/build.md

@ -37,7 +37,7 @@ of the default `pkg`.
The `build` command accepts an optional profile argument: one of `--dev`, The `build` command accepts an optional profile argument: one of `--dev`,
`--profiling`, or `--release`. If none is supplied, then `--release` is used. `--profiling`, or `--release`. If none is supplied, then `--release` is used.
Th controls whether debug assertions are enabled, debug info is generated, and This controls whether debug assertions are enabled, debug info is generated, and
which (if any) optimizations are enabled. which (if any) optimizations are enabled.
| Profile | Debug Assertions | Debug Info | Optimizations | Notes | | Profile | Debug Assertions | Debug Info | Optimizations | Notes |

Loading…
Cancel
Save