diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-01 15:59:02 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-12-01 17:59:29 +0100 |
| commit | b573072300e4d49dbd6fa883859e8dcaee594557 (patch) | |
| tree | f2555a2ef3beec86123947b0676d21db73ef7d3b | |
| parent | d2e125186fb0e6231429576fd9b77aae69fd41f2 (diff) | |
| download | tinycc-b573072300e4d49dbd6fa883859e8dcaee594557.tar.gz tinycc-b573072300e4d49dbd6fa883859e8dcaee594557.tar.bz2 | |
document -print-search-dirs
Signed-off-by: aldot <rep.dot.nop@gmail.com>
| -rw-r--r-- | tcc-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index 7cc61bb..c634ad6 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -156,6 +156,10 @@ General Options: @item -v Display current TCC version, increase verbosity. +@item -print-search-dirs +Print the name of the configured installation directory and a list +of program and library directories tcc will search. + @item -c Generate an object file (@option{-o} option must also be given). |
