diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-03-04 16:57:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 09:57:40 +0100 |
commit | a61943490479daf9716f310e94130b016a99abe0 (patch) | |
tree | 5317280469bd90d4885b1ceeb5812854abc38185 /doc | |
parent | 248850a0ce869c15fea16a35e248850d2df47c8d (diff) | |
download | Nim-a61943490479daf9716f310e94130b016a99abe0.tar.gz |
remove obselete doc with nimrtl (#23358)
since nimrtl.dll is created with `--threads:on`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimc.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/nimc.md b/doc/nimc.md index 1136bef09..25acf31e8 100644 --- a/doc/nimc.md +++ b/doc/nimc.md @@ -503,9 +503,6 @@ To link against ``nimrtl.dll`` use the command: nim c -d:useNimRtl myprog.nim ``` -**Note**: Currently the creation of ``nimrtl.dll`` with thread support has -never been tested and is unlikely to work! - Additional compilation switches =============================== |