fixed -w option - doc update (thanx to Romain Francoise)

This commit is contained in:
bellard
2003-10-04 13:04:47 +00:00
parent 9c1106d854
commit c5ce5eaeda
2 changed files with 15 additions and 14 deletions

View File

@ -181,7 +181,14 @@ Undefine preprocessor symbol @samp{sym}.
Warning options:
Note: each warning option has a negative form beginning with @option{-Wno-}.
@table @option
@item -w
Disable all warnings.
@end table
Note: each of the following warning options has a negative form beginning with
@option{-Wno-}.
@table @option
@item -Wunsupported
@ -604,7 +611,7 @@ executable ELF files and dynamic ELF libraries without relying on an
external linker.
Dynamic ELF libraries can be output but the C compiler does not generate
position independent code (PIC). It means that the dynamic librairy
position independent code (PIC). It means that the dynamic library
code generated by TCC cannot be factorized among processes yet.
TCC linker eliminates unreferenced object code in libraries. A single pass is