diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-15 20:43:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-17 16:55:30 -0700 |
commit | 0264ff391d77890bba20c9b5f85e4f7a5af809d8 (patch) | |
tree | f88e6e912f1af227aa923be1b01a8f7e8b24d04f | |
parent | 1b0d6dbd9a54c6d527478cb3818858b81e1f7154 (diff) | |
download | meta-clang-0264ff391d77890bba20c9b5f85e4f7a5af809d8.tar.gz |
poke: Enable -O2 with clang again
It seems to have been fixed with clang-15
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 0 insertions, 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 = "" | |||
342 | #libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] | 342 | #libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] |
343 | LTO:pn-cairo:toolchain-clang = "" | 343 | LTO:pn-cairo:toolchain-clang = "" |
344 | 344 | ||
345 | # see https://bugs.llvm.org/show_bug.cgi?id=50443 this is in clang-13, until it is fixed do not use -O2 | ||
346 | SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2" | ||
347 | |||
348 | # See https://github.com/llvm/llvm-project/issues/53722 | 345 | # See https://github.com/llvm/llvm-project/issues/53722 |
349 | SELECTED_OPTIMIZATION:remove:pn-libvorbis:mips:toolchain-clang = "-O2" | 346 | SELECTED_OPTIMIZATION:remove:pn-libvorbis:mips:toolchain-clang = "-O2" |
350 | SELECTED_OPTIMIZATION:append:pn-libvorbis:mips:toolchain-clang = " -O0" | 347 | SELECTED_OPTIMIZATION:append:pn-libvorbis:mips:toolchain-clang = " -O0" |