Update advopt.txt to include link to nim cache docs (#13464)

This commit is contained in:
Lee Matos
2020-02-22 03:09:04 -05:00
committed by GitHub
parent a43583f9c8
commit c11b91d52d

View File

@@ -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