diff options
author | Andrew Leech <andrew@alelec.net> | 2022-04-01 14:28:35 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-05-27 14:45:46 +1000 |
commit | ea9a904b7250ece017144c0d25a1569714a792b6 (patch) | |
tree | 83bb18cba0817d5d8f31d470c1b966b20a876b09 | |
parent | 1df7678674d0cb4d64afef00c8c6537c729e7b47 (diff) | |
download | micropython-ea9a904b7250ece017144c0d25a1569714a792b6.tar.gz micropython-ea9a904b7250ece017144c0d25a1569714a792b6.zip |
docs/reference/manifest: Add link to details about opt-level for freeze.
-rw-r--r-- | docs/reference/manifest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/manifest.rst b/docs/reference/manifest.rst index 078c4c7cf6..b756de47ed 100644 --- a/docs/reference/manifest.rst +++ b/docs/reference/manifest.rst @@ -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) |