We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5213d6d commit 7a314b7Copy full SHA for 7a314b7
doc/advopt.txt
@@ -181,7 +181,7 @@ Advanced options:
181
--nimBasePattern:nimbase.h
182
allows to specify a custom pattern for `nimbase.h`
183
--cachecfg:on|off cache the result of evaluation of cfg/NimScript configuration files to reduces the compile time.
184
- The cache file is created in `$projectdir/nimcache`, not in `$nimcache`.
+ The cache file is created in `$$projectdir/nimcache`, not in `$$nimcache`.
185
The cache file is not loaded and configuration files are evaluated when:
186
- `--cachecfg` is off or `--forceBuild` is on
187
- cache file doesn't exists
0 commit comments