diff options
author | Araq <rumpf_a@web.de> | 2019-05-22 15:13:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-05-22 15:13:26 +0200 |
commit | 279df834bae8b6972af6cbcbdd57c1d53e1df9c7 (patch) | |
tree | b77c6584dace372dcfa215dda746d163aa2abaf7 /doc | |
parent | 1e97b420bb10af94450582cbf6774cacc45c92f4 (diff) | |
download | Nim-279df834bae8b6972af6cbcbdd57c1d53e1df9c7.tar.gz |
Nim is not a header file generator anymore; closes #4723
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 3b5827aed..8e0792c38 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -49,8 +49,6 @@ 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:on|off compile Nim files only; do not assemble or link --noLinking:on|off compile Nim and generated files but do not link --noMain:on|off do not generate a main procedure |