From 49537609d7cb53b993881f869726f9994cab90a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 14 Jan 2001 22:16:46 +0100 Subject: [PATCH] Documented --optimizer-debug & --assembler-debug. Rev: man/pike.1:1.11 --- man/pike.1 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index dfe509e44a..83bede2db7 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.10 2000/03/30 21:07:32 grubba Exp $ +.\" $Id: pike.1,v 1.11 2001/01/14 21:16:46 grubba Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2000/03/30 21:07:32 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2000/03/30 21:07:32 $" +.TH pike 1 "$Date: 2001/01/14 21:16:46 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2001/01/14 21:16:46 $" .\" while HPUX uses ]L to contain "Pike". .\" On OSF/1 ]L will already contain the wanted string. -.if !\*(]LPike .ds ]L $Date: 2000/03/30 21:07:32 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 2001/01/14 21:16:46 $ \" Solaris nroff .SH NAME pike \- pike compiler and interpreter .SH SYNOPSIS @@ -142,12 +142,18 @@ Enable warnings. .B \-W, \-\-woff, \-\-no\-warnings Disable warnings. .TP +.B \-\-assembler\-debug +Set the peephole optimizer debug level (debug). +.TP .B \-\-compiler\-trace Turn on tracing of the Pike compiler (debug). .TP .B \-\-debug Increase or set the debug level (debug). .TP +.B \-\-optimizer\-debug +Set the global optimizer debug level (debug). +.TP .B \-\-show\-paths Show the paths pike will use and exit (debug). .TP -- GitLab