From d196afc2f041bd26241f32188ea503a8b44121a9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 5 Mar 2020 23:38:16 -0800 Subject: sqlite-orm: Use clang to compile with -g removed This fixes the clang++ hang, this is also reported https://bugs.llvm.org/show_bug.cgi?id=45134 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index d0de518..6ab2878 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -111,8 +111,8 @@ TOOLCHAIN_pn-pulseaudio_aarch64 = "gcc" TOOLCHAIN_pn-pulseaudio_armv7ve = "gcc" TOOLCHAIN_pn-pulseaudio_armv7a = "gcc" -# clang++ hangs during link stage.. -TOOLCHAIN_pn-sqlite-orm = "gcc" +# clang++ hangs see https://bugs.llvm.org/show_bug.cgi?id=45134 +DEBUG_FLAGS_remove_pn-sqlite-orm_toolchain-clang = "-g" # clang++ 6.0 crashes during link phase of a shared library TOOLCHAIN_pn-wpewebkit = "gcc" -- cgit v1.2.3-54-g00ecf