<< Prev | - Up - | Next >> |
The linker supports the following default options for pickles.
--compress
--compress=
N
,-z
N
The created pickle is compressed with level N
(a single digit). By default the compression level N
is 0
, that is, no compression is employed.
--executable
--executable
(-x
),--noexecutable
(default)
Output the pickled functor as being executable (that is, with an additional header).
--execheader
--execheader=
STR
Use string STR
as header for executable pickled functor.
<< Prev | - Up - | Next >> |