diff mbox series

[RESEND] ref-manual: update DEBUG_OPTIMIZATION/FULL_OPTIMIZATION

Message ID 20260910-master-v1-1-7bf67b4fbebd@anton-paar.com
State New
Headers show
Series [RESEND] ref-manual: update DEBUG_OPTIMIZATION/FULL_OPTIMIZATION | expand

Commit Message

Andrei Lalaev via B4 Relay Sept. 10, 2026, 7:41 a.m. UTC
From: Andrei Lalaev <andrei.lalaev@anton-paar.com>

Commit 9badf68d78d9 ("bitbake.conf: Further cleanup compiler
optimization flags") in openembedded-core changed the default values
of these variables. But documentation wasn't updated.
Update to the correct values.

Signed-off-by: Andrei Lalaev <andrei.lalaev@anton-paar.com>
---
 documentation/ref-manual/variables.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


---
base-commit: e35e86e9aea4e4ae12e8e0ba8a6391f2b2555b63
change-id: 20260910-master-cf1a97eb6bc2

Best regards,
--
Andrei Lalaev <andrei.lalaev@anton-paar.com>
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 83bc59efe..e0055920e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2180,8 +2180,8 @@  system and gives an overview of their function and contents.
 
    :term:`DEBUG_OPTIMIZATION`
       The options to pass in :term:`TARGET_CFLAGS` and :term:`CFLAGS` when
-      compiling a system for debugging. This variable defaults to "-O
-      -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe".
+      compiling a system for debugging. This variable defaults to "-Og
+      ${DEBUG_LEVELFLAG}".
 
    :term:`DEBUG_PREFIX_MAP`
       Allows to set C compiler options, such as ``-fdebug-prefix-map``,
@@ -3811,8 +3811,8 @@  system and gives an overview of their function and contents.
 
    :term:`FULL_OPTIMIZATION`
       The options to pass in :term:`TARGET_CFLAGS` and :term:`CFLAGS` when
-      compiling an optimized system. This variable defaults to "-O2 -pipe
-      ${DEBUG_FLAGS}".
+      compiling an optimized system. This variable defaults to "-O2
+      ${DEBUG_LEVELFLAG}".
 
    :term:`GCCPIE`
       Enables Position Independent Executables (PIE) within the GNU C