summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-05-29 20:47:28 +0200
committerAraq <rumpf_a@web.de>2019-05-29 20:47:28 +0200
commit9ecb1aae80e73ef246d7f719753e8a68b6b01fa0 (patch)
treefaf1ba36594adc84c3034d7be6e38360f1fc117c /doc
parentdc5fa90b43471f8b341ce120b3d75766e928bd1d (diff)
downloadNim-9ecb1aae80e73ef246d7f719753e8a68b6b01fa0.tar.gz
new compiler feature: --expandMacro
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 8e0792c38..133a854c9 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -103,6 +103,7 @@ Advanced options:
   --cppCompileToNamespace:namespace
                             use the provided namespace for the generated C++ code,
                             if no namespace is provided "Nim" will be used
+  --expandMacro:MACRO       dump every generated AST from MACRO
   --excludePath:PATH        exclude a path from the list of search paths
   --dynlibOverride:SYMBOL   marks SYMBOL so that dynlib:SYMBOL
                             has no effect and can be statically linked instead;