diff options
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 36a3993..ab43f36 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -671,3 +671,7 @@ TOOLCHAIN:pn-perf = "gcc" | |||
671 | # See https://github.com/llvm/llvm-project/issues/108262 | 671 | # See https://github.com/llvm/llvm-project/issues/108262 |
672 | SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2" | 672 | SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2" |
673 | SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" | 673 | SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" |
674 | |||
675 | # qemu usermode crashes when using clang as system compiler but works with gcc | ||
676 | # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ | ||
677 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" | ||