Update documentation

This commit is contained in:
Dale Weiler 2012-12-02 23:54:28 +00:00
parent bcfc9390ac
commit 80b0e2ab55

View file

@ -78,6 +78,10 @@
<td>-O&lt;level&gt;</td>
<td>Specfies the optimization level: highest being 3, lowest being 0 (no optimization).</td>
</tr>
<tr>
<td>-g</td>
<td>Enables generation of debug info for engine backtraces (turns on -flno)</td>
</tr>
<tr>
<td>-E</td>
<td>Instructs the compiler to only preprocess the input, writing the preprocessed output to stdout</td>
@ -195,7 +199,7 @@
</tr>
<tr>
<td>-flno</td>
<td>Enables generation of progs.lno for engine VM backtraces</td>
<td>Enables generation of progs.lno for engine VM backtraces (enabled with -g as well)</td>
</tr>
</table>
<h3>Warning options</h3>