From 15440ec745ff9ad56b8095cb1efbb950199253c4 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 19 Aug 2011 01:52:14 +0200 Subject: [PATCH] documentation for --nimcache option --- compiler/commands.nim | 1 + doc/advopt.txt | 1 + web/news.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/compiler/commands.nim b/compiler/commands.nim index 8c8f687454..9e58b0debe 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 90fe5850f6..db8e44a8b3 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 01ce996836..6eff0e6933 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