summaryrefslogtreecommitdiffstats
path: root/meta/packages/bzip2/bzip2-full-native-1.0.5/configure.ac
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2024-07-09 15:31:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-10 10:52:20 +0100
commit22b8761c5aee0361de9fe0b93984ce4ffeb0c25c (patch)
tree22c896899c768ed58bb3f3ecc82f13c67eb777ac /meta/packages/bzip2/bzip2-full-native-1.0.5/configure.ac
parentec25e2861353a0fdce65080458ab885cf03bafac (diff)
downloadpoky-master.tar.gz
vulkan-samples: fix do_compile error when -Og enabledHEADmaster
When debug build is enabled(-Og is used), vulkan-samples do_compile failed with error: In function 'ZSTD_compressBlock_lazy_generic', inlined from 'ZSTD_compressBlock_greedy' at TOPDIR/tmp-glibc/work/core2-32-wrs-linux/vulkan-samples/git/git/third_party/ktx/lib/basisu/zstd/zstd.c:21914:12: TOPDIR/tmp-glibc/work/core2-32-wrs-linux/vulkan-samples/git/git/third_party/ktx/lib/basisu/zstd/zstd.c:21551:30: error: inlining failed in call to 'always_inline' 'ZSTD_HcFindBestMatch_selectMLS': function not considered for inlining | FORCE_INLINE_TEMPLATE size_t ZSTD_HcFindBestMatch_selectMLS ( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TOPDIR/tmp-glibc/work/core2-32-wrs-linux/vulkan-samples/git/git/third_party/ktx/lib/basisu/zstd/zstd.c:21736:32: note: called from here | size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); Refer [1], always_inline is not suggested to use with indirect function call, replace always_inline with inline to fix the issue [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107931 (From OE-Core rev: 246de52fe59de0612d1145357c5e904a51363c8c) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/packages/bzip2/bzip2-full-native-1.0.5/configure.ac')
0 files changed, 0 insertions, 0 deletions