fixed -w option - doc update (thanx to Romain Francoise)
This commit is contained in:
11
tcc-doc.texi
11
tcc-doc.texi
@ -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
|
||||
|
||||
Reference in New Issue
Block a user