[coreboot-gerrit] Patch merged into coreboot/master: 61d07d6 libpayload: Build libpayload with debugging info turned up all the way.
gerrit at coreboot.org
gerrit at coreboot.org
Mon Sep 29 19:29:37 CEST 2014
the following patch was just integrated into master:
commit 61d07d63ec5e1d6c4a8af2090ca6ee9be4448732
Author: Gabe Black <gabeblack at google.com>
Date: Mon Dec 16 04:02:48 2013 -0800
libpayload: Build libpayload with debugging info turned up all the way.
Pass -ggdb3 to the compiler when building libpayload, -ggdb so that it uses
"the most expressive format available", and 3 so that the debugging level is
set to 3, the highest value currently supported. The debugging information can
be stripped by the payload consuming the library, and will definitely be
stripped by cbfstool when installing that payload into an image.
Change-Id: Ifd6c4a928fbb0b9fa9b3b2e0ea298abff31baf3b
Signed-off-by: Gabe Black <gabeblack at google.com>
Reviewed-on: https://chromium-review.googlesource.com/180252
Reviewed-by: Gabe Black <gabeblack at chromium.org>
Tested-by: Gabe Black <gabeblack at chromium.org>
Commit-Queue: Gabe Black <gabeblack at chromium.org>
(cherry picked from commit dc04daaf099c53c57508b66e08f40945345a56ca)
Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
Reviewed-on: http://review.coreboot.org/6980
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>
See http://review.coreboot.org/6980 for details.
-gerrit
More information about the coreboot-gerrit
mailing list