diff options
author | Araq <rumpf_a@web.de> | 2012-07-28 14:16:08 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-28 14:16:08 +0200 |
commit | 538b06a12360f15c6240e3b05bcb5f1bdb1618dc (patch) | |
tree | 70b13d34b5cf64d5055d72ae24681b1dbcc297af /doc | |
parent | 2ff8d17369eff133292009acd0866aa32d2912d0 (diff) | |
download | Nim-538b06a12360f15c6240e3b05bcb5f1bdb1618dc.tar.gz |
implements #173
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 7aba243ed..5077de4db 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -29,6 +29,8 @@ Advanced options: --import:PATH add an automatically imported module --include:PATH add an automatically included module --nimcache:PATH set the path used for generated files + --header:FILE the compiler should produce a .h file (FILE + is optional) -c, --compileOnly compile only; do not assemble or link --noLinking compile but do not link --noMain do not generate a main procedure |