summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/advopt.txt1
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
pan> ^
e8eb496e6 ^
2bf6f5793 ^

e8eb496e6 ^

2bf6f5793 ^
e8eb496e6 ^

2bf6f5793 ^



e8eb496e6 ^
2bf6f5793 ^


e8eb496e6 ^
2bf6f5793 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51