From e89930d4a9b913fe812bc964df5f2993d096ee82 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 18 Oct 2022 16:35:30 +0200 Subject: [PATCH] also debug the c++ --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 667450a6..c8ccdc71 100755 --- a/debian/rules +++ b/debian/rules @@ -521,6 +521,7 @@ override_dh_auto_configure: preconfigure fi echo "Using gcc: " $(CC) -v + $(CXX) -v mkdir -p $(TARGET_BUILD) mkdir -p clang/include/clang/Debian sed -e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \