diff options
author | Lee Matos <find.creativity@leematos.com> | 2020-02-22 03:09:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-22 09:09:04 +0100 |
commit | c11b91d52db77de4958a504966b353d53f6404ae (patch) | |
tree | 7dc3ea6189c2c73396e9689ef1543fae7ab9243a | |
parent | a43583f9c8771c07436ee4175e216ab802ff6165 (diff) | |
download | Nim-c11b91d52db77de4958a504966b353d53f6404ae.tar.gz |
Update advopt.txt to include link to nim cache docs (#13464)
-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 64d7a66e3..59eab4fb9 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -49,6 +49,7 @@ 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 + see also https://nim-lang.org/docs/nimc.html#compiler-usage-generated-c-code-directory -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 |