~ubuntu-branches/debian/experimental/nuitka/experimental

« back to all changes in this revision

Viewing changes to doc/nuitka.1

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2015-04-06 17:20:44 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20150406172044-grhy9sk7g0whu2ag
Tags: 0.5.12+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
2
 
.TH NUITKA "1" "March 2015" "nuitka 0.5.11.1" "User Commands"
 
2
.TH NUITKA "1" "April 2015" "nuitka 0.5.12" "User Commands"
3
3
.SH NAME
4
4
nuitka \- the Python compiler
5
5
.SH SYNOPSIS
124
124
include data files in deployments. If you merely seek
125
125
acceleration, it's better for you to use the
126
126
"original" value, where the source files location will
127
 
be used. For compatibility reasons, the "__file__"
128
 
value will always have ".py" suffix independent of
129
 
what it really is.
 
127
be used. With "frozen" a notation "<frozen
 
128
module_name>" is used. For compatibility reasons, the
 
129
"__file__" value will always have ".py" suffix
 
130
independent of what it really is.
130
131
.SS Output directory choices:
131
132
.BR
132
133
.TP
205
206
Provide progress information and statistics. Defaults
206
207
to off.
207
208
.TP
 
209
\fB\-\-show\-memory\fR
 
210
Provide memory information and statistics. Defaults to
 
211
off.
 
212
.TP
208
213
\fB\-\-show\-modules\fR
209
214
Provide a final summary on included modules. Defaults
210
215
to off.