diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-15 22:31:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-17 16:55:30 -0700 |
commit | 728933a02e470bc4931212dd507ea9a5b0d1e652 (patch) | |
tree | eca4d23fdefad06370f0c53473f018853c68f3ff | |
parent | 6f79edff0c37bc3b20ed163fe9d31051b2f5d79d (diff) | |
download | meta-clang-728933a02e470bc4931212dd507ea9a5b0d1e652.tar.gz |
sqlite-orm: Do not remove -g anymore
This bug seems to be fixed
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 30099fc..2ff9992 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -97,9 +97,6 @@ TOOLCHAIN:pn-pseudo = "gcc" | |||
97 | TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc" | 97 | TOOLCHAIN:pn-pulseaudio:armv7ve = "gcc" |
98 | TOOLCHAIN:pn-pulseaudio:armv7a = "gcc" | 98 | TOOLCHAIN:pn-pulseaudio:armv7a = "gcc" |
99 | 99 | ||
100 | # clang++ hangs see https://bugs.llvm.org/show_bug.cgi?id=45134 | ||
101 | DEBUG_FLAGS:remove:pn-sqlite-orm:toolchain-clang = "-g" | ||
102 | |||
103 | #| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4' | 100 | #| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4' |
104 | #| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4' | 101 | #| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4' |
105 | #| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic': | 102 | #| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic': |