docs/reference/manifest: Add link to details about opt-level for freeze.

pull/8708/head
Andrew Leech 2022-04-01 14:28:35 +11:00 zatwierdzone przez Damien George
rodzic 1df7678674
commit ea9a904b72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ Freezing source code
directory then all files in that directory will be frozen.
*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)