diff options
author | metagn <metagngn@gmail.com> | 2023-04-08 12:42:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 11:42:17 +0200 |
commit | 16bc546aea17921caee204bc55145717ab480dd6 (patch) | |
tree | f747899d591b80cfc7466f8e477b6194078006fc /doc | |
parent | 686c75cef032481630e27dad3731df98e067b75e (diff) | |
download | Nim-16bc546aea17921caee204bc55145717ab480dd6.tar.gz |
remove useVersion (#21626)
test removing useVersion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 4db89062b..03649ffdd 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -169,7 +169,6 @@ Advanced options: enable experimental language feature --legacy:$2 enable obsolete/legacy language feature - --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: off) |