mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-07 15:01:10 +00:00
updating the manpage
This commit is contained in:
parent
317559e5a5
commit
2343e13c45
1 changed files with 9 additions and 5 deletions
14
doc/gmqcc.1
14
doc/gmqcc.1
|
@ -24,10 +24,6 @@ there are also traditional long-options available.
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl h , Fl -help
|
.It Fl h , Fl -help
|
||||||
Show a usage message and exit.
|
Show a usage message and exit.
|
||||||
.It Fl "debug"
|
|
||||||
Turn on some compiler debugging mechanisms.
|
|
||||||
.It Fl memchk
|
|
||||||
Turn on compiler mem-check. (Shows allocations and checks for leaks.)
|
|
||||||
.It Fl o , Fl -output= Ns Ar filename
|
.It Fl o , Fl -output= Ns Ar filename
|
||||||
Specify the output filename. Defaults to progs.dat. This will overwrite
|
Specify the output filename. Defaults to progs.dat. This will overwrite
|
||||||
the output file listed in a
|
the output file listed in a
|
||||||
|
@ -46,7 +42,7 @@ Minimal optimization level
|
||||||
Disable optimization entirely
|
Disable optimization entirely
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.It Fl O Ns Ar name Fl Ono- Ns Ar name
|
.It Fl O Ns Ar name , Fl Ono- Ns Ar name
|
||||||
Enable or disable a specific optimization. Note that these options
|
Enable or disable a specific optimization. Note that these options
|
||||||
must be used after setting the optimization level, otherwise they'll
|
must be used after setting the optimization level, otherwise they'll
|
||||||
be overwritten.
|
be overwritten.
|
||||||
|
@ -57,6 +53,8 @@ activated at.
|
||||||
Be less verbose. In particular removes the messages about which files
|
Be less verbose. In particular removes the messages about which files
|
||||||
are being processed, and which compilation mode is being used, and
|
are being processed, and which compilation mode is being used, and
|
||||||
some others. Warnings and errors will of course still be displayed.
|
some others. Warnings and errors will of course still be displayed.
|
||||||
|
.It Fl D Ns Ar macroname , Fl D Ns Ar macroname Ns = Ns Ar value
|
||||||
|
Predefine a macro, optionally with a optional value.
|
||||||
.It Fl E
|
.It Fl E
|
||||||
Run only the preprocessor as if
|
Run only the preprocessor as if
|
||||||
.Fl f Ns Cm ftepp
|
.Fl f Ns Cm ftepp
|
||||||
|
@ -93,6 +91,12 @@ Use an ini file to read all the
|
||||||
and
|
and
|
||||||
.Fl f
|
.Fl f
|
||||||
flag from. See the
|
flag from. See the
|
||||||
|
.It Fl "debug"
|
||||||
|
Turn on some compiler debugging mechanisms.
|
||||||
|
.It Fl memchk
|
||||||
|
Turn on compiler mem-check. (Shows allocations and checks for leaks.)
|
||||||
|
.It Fl -memdumpcols Ns Ar columns
|
||||||
|
Changes the number of columns to use for the debug memory dump, defaults to 16.
|
||||||
.Sx CONFIG
|
.Sx CONFIG
|
||||||
section about the file format.
|
section about the file format.
|
||||||
.It Fl redirout= Ns Ar file
|
.It Fl redirout= Ns Ar file
|
||||||
|
|
Loading…
Reference in a new issue