mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-19 18:11:16 +00:00
Update documentation
This commit is contained in:
parent
bcfc9390ac
commit
80b0e2ab55
1 changed files with 5 additions and 1 deletions
6
doc.html
6
doc.html
|
@ -78,6 +78,10 @@
|
|||
<td>-O<level></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>
|
||||
|
|
Loading…
Reference in a new issue