diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-09-17 18:15:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-17 08:57:43 -0700 |
commit | 306c094576b918c1a90e8010a68a97a399d09183 (patch) | |
tree | 7a0708a23fbf3fd46633a0ebf2b4ba8c6a06535b /meta-python | |
parent | 403b9a1717e6309f523049abc322bbb30069b10a (diff) | |
download | meta-openembedded-306c094576b918c1a90e8010a68a97a399d09183.tar.gz |
webkitgtk3: fix build failure with DEBUG_BUILD enabled
It fails to compile webkitgtk when debug build enabled:
| /path_to/tmp/work/core2-64-poky-linux/webkitgtk/2.40.5/webkitgtk-2.40.5/Source/bmalloc/libpas/src/libpas/pas_allocation_result.h:76:1:
error: inlining failed in call to 'always_inline' 'pas_allocation_result pas_allocation_result_identity(pas_allocation_result)':
function not considered for inlining
| 76 | pas_allocation_result_identity(pas_allocation_result result)
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add a cmake variable WEBKIT_NO_INLINE_HINTS to disable gcc function
attribute `always_inline` when debug build is enabled.
And adjust indent as well.
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions