From 320693fe6447fd4045fe6018770f0e43c5f23b95 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sat, 15 Oct 2022 10:10:45 +0200 Subject: [PATCH] Better fix for dwz failing with clang --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index e733b7f7..dd3ea46b 100755 --- a/debian/rules +++ b/debian/rules @@ -11,10 +11,10 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel armhf armel)) PARALLEL=--max-parallel=2 export CC=/usr/bin/clang export CXX=/usr/bin/clang++ - -# fails with "Unknown debugging section .debug_addr" -override_dh_dwz: - + # fails with "Unknown debugging section .debug_addr" + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016936 + # can be removed once dwz is fixed + export DEB_CXXFLAGS_MAINT_APPEND = -g1 -gdwarf-4 else PARALLEL= endif -- 2.30.2