diff options
author | c-blake <c-blake@users.noreply.github.com> | 2021-04-29 02:55:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 08:55:43 +0200 |
commit | 601c050fcb4cc3101265018eb1cc381c6cb9dab9 (patch) | |
tree | b5b1c13bf19069801d606f15bdea56ab5d191385 /doc/nimc.rst | |
parent | 7637cff9cf677ad7e5952aed7670fe408eded418 (diff) | |
download | Nim-601c050fcb4cc3101265018eb1cc381c6cb9dab9.tar.gz |
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
* Implement https://forum.nim-lang.org/t/7848#50018 with just the same `SuccessX` hint category, build mode on a separate, final line, and no change to how the mode is spelled for -d:release/-d:danger. * Change to add a new BuildMode hint category and keep testament in sync as per comment. * Add "--hint:buildmode:off" to `defaultHintsOff`. * Remove as requested. * As requested for tests clean up. * Address code review. * Address code review. * Mirror db456423116a9b19666f551f4d38aded3964c2e2
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r-- | doc/nimc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index aad889591..9db95e81b 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -102,6 +102,7 @@ Source The source line that triggered a diagnostic message. StackTrace Success, SuccessX Successful compilation of a library or a binary. +BuildMode Kind of build: debug, release, danger User UserRaw XDeclaredButNotUsed Unused symbols in the code. |