diff options
Diffstat (limited to 'doc/advopt.txt')
-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 f5359c0c0..e3d7f018c 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -122,7 +122,7 @@ Advanced options: enable experimental language feature --legacy:$2 enable obsolete/legacy language feature - legacy code. + --useVersion:0.19|1.0 emulate Nim version X of the Nim compiler --newruntime use an alternative runtime that uses destructors and that uses a shared heap via -d:useMalloc --profiler:on|off enable profiling; requires `import nimprof`, and |