diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-01-20 16:17:12 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-01 21:50:48 +0000 |
commit | 6c3f371cecacb5ed95f75b9ed644ab994c0bd597 (patch) | |
tree | 7493a593ab11665f3c5bcfa6fbd6fea018f3b1be /conf | |
parent | e8f2458e474c628bf3e90f4b53c8b522599f470b (diff) |
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>
Diffstat (limited to 'conf')
0 files changed, 0 insertions, 0 deletions