diff options
author | Araq <rumpf_a@web.de> | 2014-04-20 22:15:25 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-20 22:15:25 +0200 |
commit | 407515993336f5e686f2c93c0fd05d189a5cad3c (patch) | |
tree | 77420f6ea342f1ef49a75f55794397a339bcfd7d /doc/advopt.txt | |
parent | da7d6c844604e443c47fe0317e579d9d61e5fa3d (diff) | |
download | Nim-407515993336f5e686f2c93c0fd05d189a5cad3c.tar.gz |
reintroduce thread analysis but disable it for backwards compatibility
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 143c465fa..f5ff90791 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -63,6 +63,7 @@ Advanced options: --lineDir:on|off generation of #line directive on|off --embedsrc embeds the original source code as comments in the generated output + --threadanalysis:on|off turn thread analysis on|off --tlsEmulation:on|off turn thread local storage emulation on|off --taintMode:on|off turn taint mode on|off --symbolFiles:on|off turn symbol files on|off (experimental) |