summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index e06dfd972b..e06b5e6caa 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -455,7 +455,4 @@ changing it?
455**A:** The first most obvious change is the system stripping debug symbols from 455**A:** The first most obvious change is the system stripping debug symbols from
456it. Setting :term:`INHIBIT_PACKAGE_STRIP` to stop debug symbols being stripped and/or 456it. Setting :term:`INHIBIT_PACKAGE_STRIP` to stop debug symbols being stripped and/or
457:term:`INHIBIT_PACKAGE_DEBUG_SPLIT` to stop debug symbols being split into a separate 457:term:`INHIBIT_PACKAGE_DEBUG_SPLIT` to stop debug symbols being split into a separate
458file will ensure the binary is unchanged. The other less obvious thing that can 458file will ensure the binary is unchanged.
459happen is prelinking of the image. This is set by default in local.conf via
460:term:`USER_CLASSES` which can contain 'image-prelink'. If you remove that, the
461image will not be prelinked meaning the binaries would be unchanged.