Welcome to little lamb

Code » comain » commit 533e84e

option debug: Use -g3

author Olivier Brunel
2023-06-01 14:26:43 UTC
committer Olivier Brunel
2023-06-20 07:07:15 UTC
parent 719228b03bea656f9b37f79cb8934e455d9d3730

option debug: Use -g3

To have things like macros available from within gdb.

meta/options/debug/cflags +1 -1

diff --git a/meta/options/debug/cflags b/meta/options/debug/cflags
index 2523057..ba7e8b7 100644
--- a/meta/options/debug/cflags
+++ b/meta/options/debug/cflags
@@ -1 +1 @@
--g -Og
+-g3 -Og