diff options
author | Araq <rumpf_a@web.de> | 2018-11-21 11:39:31 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-21 11:39:38 +0100 |
commit | b78699917e9c993bca04c262b909ea8b13aa2724 (patch) | |
tree | ce96e2d386c1ff280925319abeab01ea6c27a85e /doc | |
parent | 6ad5e01160065d2ae79ec305603db46488cc8115 (diff) | |
download | Nim-b78699917e9c993bca04c262b909ea8b13aa2724.tar.gz |
document the --incremental build switch; make CIs green again
Diffstat (limited to 'doc')
-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 4fabdda9a..7cd72f6c3 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -101,6 +101,7 @@ Advanced options: --listCmd list the commands used to execute external programs --parallelBuild:0|1|... perform a parallel build value = number of processors (0 for auto-detect) + --incremental:on|off only recompile the changed modules (experimental!) --verbosity:0|1|2|3 set Nim's verbosity level (1 is default) --experimental:$1 enable experimental language feature |