summary refs log tree commit diff stats
path: root/doc/advopt.txt
diff options
context:
space:
mode:
authorjcosborn <jcosborn@users.noreply.github.com>2018-04-19 15:39:18 -0500
committerAndreas Rumpf <rumpf_a@web.de>2018-04-19 22:39:18 +0200
commit7e15d5134bb4c98a96307d16621eb836543bb083 (patch)
treef666da8434bf46e1bbc4858e9d30d0104fac12e4 /doc/advopt.txt
parent34029263725ef931863ea73966dc08588758dada (diff)
downloadNim-7e15d5134bb4c98a96307d16621eb836543bb083.tar.gz
allow setting template/macro recursive evaluation limits (#7652)
* allow setting template/macro recursive evaluation limits

* revert setting template/macro eval limits
set them to 1000
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r--doc/advopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 214ac8dd2..bf7dd7fb4 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -76,7 +76,7 @@ Advanced options:
   --NimblePath:PATH         add a path for Nimble support
   --noNimblePath            deactivate the Nimble path
   --noCppExceptions         use default exception handling with C++ backend
-  --cppCompileToNamespace   use namespace "Nim" for the generated C++ code 
+  --cppCompileToNamespace   use namespace "Nim" for the generated C++ code
   --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;