summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 5fbe553..778e598 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -391,6 +391,12 @@ LTO:pn-cairo:toolchain-clang = ""
391# see https://bugs.llvm.org/show_bug.cgi?id=50443 this is in clang-13, until it is fixed do not use -O2 391# see https://bugs.llvm.org/show_bug.cgi?id=50443 this is in clang-13, until it is fixed do not use -O2
392SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2" 392SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2"
393 393
394# TODO: remove when https://github.com/llvm/llvm-project/issues/53831 is fixed
395SELECTED_OPTIMIZATION:remove:pn-libraw:riscv32:toolchain-clang = "-O2"
396SELECTED_OPTIMIZATION:append:pn-libraw:riscv32:toolchain-clang = " -O0"
397SELECTED_OPTIMIZATION:remove:pn-libraw:riscv64:toolchain-clang = "-O2"
398SELECTED_OPTIMIZATION:append:pn-libraw:riscv64:toolchain-clang = " -O0"
399
394# This works with gcc-ranlib wrapper only which expands $@ shell array, 400# This works with gcc-ranlib wrapper only which expands $@ shell array,
395# but it will fail if RANLIB was set to <cross>-ranlib or 401# but it will fail if RANLIB was set to <cross>-ranlib or
396# <cross>-llvn-ranlib has same behaviour 402# <cross>-llvn-ranlib has same behaviour