docs/reference/manifest: Add link to details about opt-level for freeze.
This commit is contained in:
parent
1df7678674
commit
ea9a904b72
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Freezing source code
|
||||||
directory then all files in that directory will be frozen.
|
directory then all files in that directory will be frozen.
|
||||||
|
|
||||||
*opt* is the optimisation level to pass to mpy-cross when compiling ``.py``
|
*opt* is the optimisation level to pass to mpy-cross when compiling ``.py``
|
||||||
to ``.mpy``.
|
to ``.mpy``. These levels are described in :func:`micropython.opt_level`.
|
||||||
|
|
||||||
.. function:: freeze_as_str(path)
|
.. function:: freeze_as_str(path)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue