diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-20 11:21:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 20:21:10 +0200 |
commit | 94a4b57280591d1b5e3fa63be17b5721776e2b30 (patch) | |
tree | 29232c999dfd9c199a0109627eb98aaa046d37ff /doc | |
parent | 675cf5760f35c4c178bdef1fbcfd8b95e918cdb2 (diff) | |
download | Nim-94a4b57280591d1b5e3fa63be17b5721776e2b30.tar.gz |
make patchFile more discoverable (#15659)
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 85899031f..f1e6f376d 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -51,6 +51,7 @@ Advanced options: resolution --lib:PATH set the system library path --import:PATH add an automatically imported module + see also `patchFile` in nimscript which offers more flexibility. --include:PATH add an automatically included module --nimcache:PATH set the path used for generated files see also https://nim-lang.org/docs/nimc.html#compiler-usage-generated-c-code-directory |