X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=doc.html;h=8aaf14dad2eea7a272fcd4306fb2e9e58576dfeb;hb=534ad9fdd745c2153a2c1d140e5762e6601b4455;hp=e8ee4f98d4edb0e73fc5996204a62a4bded4b3ff;hpb=80b0e2ab55ec349afb6280ca5f023597ad30b3d7;p=xonotic%2Fgmqcc.git diff --git a/doc.html b/doc.html index e8ee4f9..8aaf14d 100644 --- a/doc.html +++ b/doc.html @@ -86,6 +86,13 @@ -E Instructs the compiler to only preprocess the input, writing the preprocessed output to stdout + + -D + + "define" a macro. Optionally you may supply + a value to the macro with "=". Implicitally turns on -fftepp + + -Wall Enables all compiled warnings for the selcted standard @@ -292,6 +299,10 @@ -Wternary-precedence Enables warnings about ternary expressions whos precedence may be not what expected + + -Wunknown-pragmas + Enabled warnings about unknown pragmas + @@ -342,6 +353,15 @@ + + + +
OptionsWhat it does
-nocolor Turn off colored stdout/stderr.
-config=<file> + Supply a configuration file to set options. + Note: If a file named gmqcc.ini or + gmqcc.cfg is found it will be loaded + implicitally. +

Building Documentation