diff options
author | Araq <rumpf_a@web.de> | 2019-05-29 20:47:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-05-29 20:47:28 +0200 |
commit | 9ecb1aae80e73ef246d7f719753e8a68b6b01fa0 (patch) | |
tree | faf1ba36594adc84c3034d7be6e38360f1fc117c /doc | |
parent | dc5fa90b43471f8b341ce120b3d75766e928bd1d (diff) | |
download | Nim-9ecb1aae80e73ef246d7f719753e8a68b6b01fa0.tar.gz |
new compiler feature: --expandMacro
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
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; |