|
elmer user manual:
USAGE:
elmer [OPTIONS] -int [...]
-int
- Specifies the interface file to be read which the
generated code is derived from (see section on interface
files below).
- optional, but required if using -frozen. Specified
last on the command line. Lists the Python files which
must be frozen into the application (see section on
-frozen below).
OPTIONS:
-O - run embedded Python with optimization level 1
-OO - run embedded Python with optimization level 2
(same as level 1 but does not insert doc-strings
into the byte-compiled Python modules)
-debug - print every call at runtime made to the embedded
Python interpreter
-test - read the interface file and print info on it
(for verifying interface file correctness)
-o
|