diff options
author | Araq <rumpf_a@web.de> | 2011-01-29 01:47:58 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-29 01:47:58 +0100 |
commit | f46870fe1ce3a28ab44417effd1c684522568a8d (patch) | |
tree | 446e3b8cb383cc4cabb1b508a3e5d8a9ed443e67 /doc | |
parent | 557adbcaac45d7b9c92904349c6cc3a7a8282ed7 (diff) | |
download | Nim-f46870fe1ce3a28ab44417effd1c684522568a8d.tar.gz |
changes to threads; --recursivePath support
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 1 | ||||
-rwxr-xr-x | doc/basicopt.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index cf0839386..fd624d93e 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -22,6 +22,7 @@ Advanced options: --os:SYMBOL set the target operating system (cross-compilation) --cpu:SYMBOL set the target processor (cross-compilation) --debuginfo enables debug information + --debugger:on|off turn Embedded Nimrod Debugger on|off -t, --passc:OPTION pass an option to the C compiler -l, --passl:OPTION pass an option to the linker --genMapping generate a mapping file containing diff --git a/doc/basicopt.txt b/doc/basicopt.txt index 7d2a9b26d..45efff4d0 100755 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -18,7 +18,7 @@ Options: -f, --forceBuild force rebuilding of all modules --stackTrace:on|off turn stack tracing on|off --lineTrace:on|off turn line tracing on|off - --debugger:on|off turn Embedded Nimrod Debugger on|off + --threads:on|off turn support for multi-threading on|off -x, --checks:on|off turn all runtime checks on|off --objChecks:on|off turn obj conversion checks on|off --fieldChecks:on|off turn case variant field checks on|off |