mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
manpage: -E was missing all that time in there
This commit is contained in:
parent
dfa6d0c9ad
commit
11450c11d1
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ Be less verbose. In particular removes the messages about which files
|
|||
are being processed, and which compilation mode is being used, and
|
||||
some others. Warnings and errors will of course still be displayed.
|
||||
.TP
|
||||
.B "-E"
|
||||
Run only the preprocessor as if -fftepp was used and print the
|
||||
preprocessed code to stdout.
|
||||
.TP
|
||||
.BI -W warning "\fR, " "" -Wno- warning
|
||||
Enable or disable a warning.
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue