aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorbellard <bellard>2003-10-04 13:04:47 +0000
committerbellard <bellard>2003-10-04 13:04:47 +0000
commitc5ce5eaedae46467f6e538e4e5b25910b863de75 (patch)
treec68e3c3ef56262ee2b3ff711b997548cb3fcdcb3 /tcc-doc.texi
parent9c1106d85411ef4691792c9b9dc612ba0a5383b1 (diff)
downloadtinycc-c5ce5eaedae46467f6e538e4e5b25910b863de75.tar.gz
tinycc-c5ce5eaedae46467f6e538e4e5b25910b863de75.tar.bz2
fixed -w option - doc update (thanx to Romain Francoise)
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi11
1 files changed, 9 insertions, 2 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index df36984..1396fb0 100644
--- a/tcc-doc.texi
+++ b/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