mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-01 23:41:20 +00:00
Document -dump{,fin}
This commit is contained in:
parent
68df0d9e79
commit
7ea8131254
1 changed files with 8 additions and 0 deletions
8
doc.html
8
doc.html
|
@ -469,6 +469,14 @@
|
|||
<td>-memchk</td>
|
||||
<td>Turns on compiler memory leak checker</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-dump</td>
|
||||
<td>Dump IR before optimizing and finalizing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-dumpfin</td>
|
||||
<td>Dump IR after optimizing and finalizing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-Whelp or -W?</td>
|
||||
<td>Lists all warning options</td>
|
||||
|
|
Loading…
Reference in a new issue