mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-19 18:11:16 +00:00
Documentation update
This commit is contained in:
parent
80b0e2ab55
commit
7856861df3
1 changed files with 7 additions and 0 deletions
7
doc.html
7
doc.html
|
@ -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>
|
||||
"define" a macro. Optionally you may supply
|
||||
a value to the macro with "=". Implicitally turns on -fftepp
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-Wall</td>
|
||||
<td>Enables all compiled warnings for the selcted standard</td>
|
||||
|
|
Loading…
Reference in a new issue