From 53c4486b16e708c838780e97212393b60675be18 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 28 Dec 2012 19:55:50 +0000 Subject: [PATCH] Some stublet documentation (to be filled in) --- doc.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/doc.html b/doc.html index 6580ed2..e110d26 100644 --- a/doc.html +++ b/doc.html @@ -236,6 +236,42 @@ -flno Enables generation of progs.lno for engine VM backtraces (enabled with -g as well) + + -fcorrect-ternary + + + + -fcorrect-logic + + + + -ftrue-empty-strings + + + + -ffalse-empty-strings + + + + -futf8 + + + + -fbail-on-werror + + + + -floop-labels + + + + -funtyped-nil + + + + -fpermissive + +

Warning options

@@ -331,13 +367,73 @@ + + + + + + + + + + + + + + + + + + + + + + + +
-Wunknown-pragmas Enables warnings about unknown pragmas
-Wunreachable-code
-Wcpp
Wunknown-attribute
-Wreserved-names
-Wuninitialized-constant
-Wuninitialized-global
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionsWhat it does
-Opeephole
-Olocal-temps
-Oglobal-temps
-Otail-recursion Enables tail recursion optimization
-Otail-calls
-Ooverlap-locals
-Ostrip-constant-names
-Ooverlap-strings
-Ocall-stores
-Ovoid-return

Individual warnings may be disabled with  -Wno-<warning> -- 2.39.2