diff options
author | Hideki Okamoto <okamoto@fab34.com> | 2019-10-05 02:30:20 +0900 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-10-04 19:30:20 +0200 |
commit | 294d5fb56024c7b0365b4ce0620498fbd2f40d9c (patch) | |
tree | eaea3377d38599d24b908b0a6594b6544e7f67ba /doc | |
parent | 2909e413707513fdbca3c387366ce9e9ecad4f37 (diff) | |
download | Nim-294d5fb56024c7b0365b4ce0620498fbd2f40d9c.tar.gz |
Fixes #12010; Add the description for "cc" option into --fullhelp (#12350)
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 6cf6157ec..7be88144a 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -61,6 +61,7 @@ Advanced options: --debuginfo:on|off enables debug information -t, --passC:OPTION pass an option to the C compiler -l, --passL:OPTION pass an option to the linker + --cc:SYMBOL specify the C compiler --cincludes:DIR modify the C compiler header search path --clibdir:DIR modify the linker library search path --clib:LIBNAME link an additional C library |