summaryrefslogtreecommitdiffstats
path: root/scripts/lib/argparse_oe.py
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-09-05 10:02:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-06 17:52:45 +0100
commit5ea20893d6ef0414c8578ca8390aea86ce9dc924 (patch)
tree3accd7934ead9eb9828f4cd16d78926ddbd2e1e1 /scripts/lib/argparse_oe.py
parent0dd973297d9c260e7bb82a09159a5056f1de87de (diff)
downloadpoky-5ea20893d6ef0414c8578ca8390aea86ce9dc924.tar.gz
webkitgtk: 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. (From OE-Core rev: 8a33cd60f89685eeda7c5b3513540561df06160d) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/argparse_oe.py')
0 files changed, 0 insertions, 0 deletions