summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xcompiler/commands.nim1
-rwxr-xr-xdoc/advopt.txt1
-rwxr-xr-xweb/news.txt2
3 files changed, 4 insertions, 0 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index 8c8f68745..9e58b0deb 100755
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -91,6 +91,7 @@ Advanced options:
   --hints:on|off            turn all hints on|off
   --hint[X]:on|off          turn specific hint X on|off
   --lib:PATH                set the system library path
+  --nimcache:PATH           set the path used for generated files
   -c, --compileOnly         compile only; do not assemble or link
   --noLinking               compile but do not link
   --noMain                  do not generate a main procedure
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 90fe5850f..db8e44a8b 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -24,6 +24,7 @@ Advanced options:
   --hints:on|off            turn all hints on|off
   --hint[X]:on|off          turn specific hint X on|off
   --lib:PATH                set the system library path
+  --nimcache:PATH           set the path used for generated files
   -c, --compileOnly         compile only; do not assemble or link
   --noLinking               compile but do not link
   --noMain                  do not generate a main procedure
diff --git a/web/news.txt b/web/news.txt
index 01ce99683..6eff0e693 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -53,6 +53,8 @@ Compiler Additions
   Objective C.
 - The new pragmas ``importcpp`` and ``importobjc`` make interfacing with C++
   and Objective C somewhat easier.
+- Added a ``--nimcache:PATH`` configuration option for control over the output
+  directory for generated code.
 
 
 Library Additions