]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc.html
Forgot to document -Wunknown-pragmas
[xonotic/gmqcc.git] / doc.html
index e8ee4f98d4edb0e73fc5996204a62a4bded4b3ff..8aaf14dad2eea7a272fcd4306fb2e9e58576dfeb 100644 (file)
--- a/doc.html
+++ b/doc.html
                         <td>-E</td>
                         <td>Instructs the compiler to only preprocess the input, writing the preprocessed output to stdout</td>
                     </tr>
+                    <tr>
+                        <td>-D</td>
+                        <td>
+                            &quot;define&quot; a macro. Optionally you may supply
+                            a value to the macro with &quot;=&quot;. Implicitally turns on -fftepp
+                        </td>
+                    </tr>
                     <tr>
                         <td>-Wall</td>
                         <td>Enables all compiled warnings for the selcted standard</td>
                         <td>-Wternary-precedence</td>
                         <td>Enables warnings about ternary expressions whos precedence may be not what expected</td>
                     </tr>
+                    <tr>
+                        <td>-Wunknown-pragmas</td>
+                        <td>Enabled warnings about unknown pragmas</td>
+                    </tr>
                 </table>
                 <table border="0">
                     <tr><td>Options</td><td>What it does</td></tr>
                         <td>-nocolor</td>
                         <td>Turn off colored stdout/stderr.</td>
                     </tr>
+                    <tr>
+                        <td>-config=&lt;file&gt;</td>
+                        <td>
+                            Supply a configuration file to set options.
+                            Note: If a file named <b>gmqcc.ini</b> or
+                            <b>gmqcc.cfg</b> is found it will be loaded
+                            implicitally.
+                        </td>
+                    </tr>
                 </table>
                 
                 <h1><a name="bdoc">Building Documentation</a></h1>