Skip to content
Snippets Groups Projects
Commit 02422582 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Manual: Reordered some options.

parent fb4cbf72
No related branches found
No related tags found
No related merge requests found
...@@ -95,11 +95,30 @@ Use ...@@ -95,11 +95,30 @@ Use
.I master_program .I master_program
instead of the ordinary master program. instead of the ordinary master program.
.TP .TP
.B \-p
Increase the level of profiling with 1 (debug).
.TP
.BI \-p num
Set the level of profiling to
.I num
(debug).
.TP
.BI \-ps
Enable stack profiling (debug).
.TP
.BI \-q num .BI \-q num
End execution after executing End execution after executing
.I num .I num
Pike instructions. Pike instructions.
.TP .TP
.B \-rt
Turn on runtime checking of arguments to function calls, and soft casts.
.TP
.B \-rT
Turn on
.B #pragma strict_types
for all files.
.TP
.BI \-s num .BI \-s num
Set Pike stack size to Set Pike stack size to
.I num .I num
...@@ -121,25 +140,6 @@ Set the level of runtime trace to ...@@ -121,25 +140,6 @@ Set the level of runtime trace to
.TP .TP
.B \-tg .B \-tg
Log the gc runs to stderr. Log the gc runs to stderr.
.TP
.B \-p
Increase the level of profiling with 1 (debug).
.TP
.BI \-p num
Set the level of profiling to
.I num
(debug).
.TP
.BI \-ps
Enable stack profiling (debug).
.TP
.B \-rt
Turn on runtime checking of arguments to function calls, and soft casts.
.TP
.B \-rT
Turn on
.B #pragma strict_types
for all files.
.LP .LP
The following options are supported by the default master program: The following options are supported by the default master program:
.TP .TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment