chromium*: set by default debugging symbol level to 1 04/27104/4
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 20 Jan 2022 15:17:12 +0000 (16:17 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 1 Feb 2022 21:50:48 +0000 (21:50 +0000)
commit6c3f371cecacb5ed95f75b9ed644ab994c0bd597
tree7493a593ab11665f3c5bcfa6fbd6fea018f3b1be
parente8f2458e474c628bf3e90f4b53c8b522599f470b
chromium*: set by default debugging symbol level to 1

Instead of forcing symbol level to 0, that removes all debugging
information from build, set the default level to 1.

This change adds two new PACKAGECONFIG named "debug" (for setting
the symbol level for the whole build to 2) and "debug-blink" (for
setting the symbol level for blink part to 2). By default, if not
present, symbol level will be set to 1.

Symbol level is equivalent to the -g level (symbol_level=1 means
-g1, symbol_level=2 means -g or -g2).

This is copied from the webOS OSE web runtime Yocto recipe.

Bug-AGL: SPEC-4233
Change-Id: I70a983a04497aefdf9fde7074bbf0cfdf0bb8eab
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
recipes-wam/chromium/chromium.inc