diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-02 04:07:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 13:07:05 +0100 |
commit | a0daa7a76df48d266363119c18f967c583a7ef67 (patch) | |
tree | 3718748bc773f856d8b9a9f40b2b36f29a18f049 /doc | |
parent | 0efd96956966097d2927e2d2378d61e9f0d387ae (diff) | |
download | Nim-a0daa7a76df48d266363119c18f967c583a7ef67.tar.gz |
fix #16731: using deprecated flags triggers a warning (#17225)
* using deprecated flags triggers a warning * cleanups * fixup * address comments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index a992079d9..86d9cde1e 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -61,8 +61,8 @@ Advanced options: --noMain:on|off do not generate a main procedure --genScript:on|off generate a compile script (in the 'nimcache' subdirectory named 'compile_$$project$$scriptext'), + and a '.deps' file containing the dependencies; implies --compileOnly - --genDeps:on|off generate a '.deps' file containing the dependencies --os:SYMBOL set the target operating system (cross-compilation) --cpu:SYMBOL set the target processor (cross-compilation) --debuginfo:on|off enables debug information |