From 0264ff391d77890bba20c9b5f85e4f7a5af809d8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Sep 2022 20:43:59 -0700 Subject: poke: Enable -O2 with clang again It seems to have been fixed with clang-15 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 57a4f68..4d06616 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -342,9 +342,6 @@ LTO:pn-libidn2:toolchain-clang = "" #libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] LTO:pn-cairo:toolchain-clang = "" -# see https://bugs.llvm.org/show_bug.cgi?id=50443 this is in clang-13, until it is fixed do not use -O2 -SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2" - # See https://github.com/llvm/llvm-project/issues/53722 SELECTED_OPTIMIZATION:remove:pn-libvorbis:mips:toolchain-clang = "-O2" SELECTED_OPTIMIZATION:append:pn-libvorbis:mips:toolchain-clang = " -O0" -- cgit v1.2.3-54-g00ecf