diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-09-01 15:39:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 18:02:39 +0100 |
commit | 9544bd9f57646466934f07fcb30993d001f74d15 (patch) | |
tree | 3fe9dae555d274ec4e68adebaa04359fd90ad1a5 /scripts/lib/buildstats.py | |
parent | 2713f56afe13922474867435c8c998a9a51e8f54 (diff) | |
download | poky-9544bd9f57646466934f07fcb30993d001f74d15.tar.gz |
vulkan-validation-layers: fix compile failure with DEBUG_BUILD = 1
When building with GCC 14+ using -Og (DEBUG_BUILD = 1), got
the following errors:
$ echo 'DEBUG_BUILD = "1"' >> conf/local.conf
$ echo 'DISTRO_FEATURES:append = " vulkan opengl"' >> conf/local.conf
$ bitbake vulkan-validation-layers
...
|TOPDIR/tmp/work/core2-32-wrs-linux/vulkan-validation-layers/1.4.309.0/git/layers/./external/
xxhash.h:4822:1: error: inlining failed in call to 'always_inline' 'void XXH3_scrambleAcc_sse2
(void*, const void*)': function not considered for inlining
...
Refer [1], using XXH_NO_INLINE_HINTS when compiling with -Og (DEBUG_BUILD = 1)
[1] https://github.com/Cyan4973/xxHash/issues/943
(From OE-Core rev: b52c435d9011286aba92ec82dfa83767173da583)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions