fixes sinkinference documentation, which has been disabled (#21470)

since https://github.com/nim-lang/Nim/pull/15105
This commit is contained in:
ringabout
2023-03-12 13:01:12 +08:00
committed by GitHub
parent 46d2161c23
commit af086b68f2

View File

@@ -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``