summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf4
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
672SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2" 672SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2"
673SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" 673SELECTED_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/
677GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False"