Documentation update

This commit is contained in:
Dale Weiler 2012-12-17 15:56:10 +00:00
parent 80b0e2ab55
commit 7856861df3

View file

@ -86,6 +86,13 @@
<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>