summaryrefslogtreecommitdiff
path: root/docs/develop/optimizations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/develop/optimizations.rst')
-rw-r--r--docs/develop/optimizations.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/develop/optimizations.rst b/docs/develop/optimizations.rst
index d972cde66..7f2c8cbe7 100644
--- a/docs/develop/optimizations.rst
+++ b/docs/develop/optimizations.rst
@@ -25,6 +25,8 @@ into the firmware image as part of the main firmware compilation process, which
the bytecode will be executed from ROM. This can lead to a significant memory saving, and
reduce heap fragmentation.
+See :ref:`manifest` for more information.
+
Variables
---------