From c11b91d52db77de4958a504966b353d53f6404ae Mon Sep 17 00:00:00 2001 From: Lee Matos Date: Sat, 22 Feb 2020 03:09:04 -0500 Subject: [PATCH] Update advopt.txt to include link to nim cache docs (#13464) --- doc/advopt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/advopt.txt b/doc/advopt.txt index 64d7a66e3721..59eab4fb93b1 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