diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-03-12 13:01:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 13:01:12 +0800 |
commit | af086b68f2f718a4ad20e37bf3a00d9a57abec4d (patch) | |
tree | 80b69f5a2d3996c9ec9e6c78adb1e274f3797b5a | |
parent | 46d2161c23c2aa1905571512b9a1ef7d61ae670e (diff) | |
download | Nim-af086b68f2f718a4ad20e37bf3a00d9a57abec4d.tar.gz |
fixes sinkinference documentation, which has been disabled (#21470)
since https://github.com/nim-lang/Nim/pull/15105
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 122a7c6ea..4db89062b 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -172,6 +172,6 @@ Advanced options: --useVersion:1.0|1.2|1.6 emulate Nim version X of the Nim compiler, for testing --benchmarkVM:on|off turn benchmarking of VM code with cpuTime() on|off --profileVM:on|off turn compile time VM profiler on|off - --sinkInference:on|off turn sink parameter inference on|off (default: on) + --sinkInference:on|off turn sink parameter inference on|off (default: off) --panics:on|off turn panics into process terminations (default: off) --deepcopy:on|off enable 'system.deepCopy' for ``--mm:arc|orc`` |