From 70922e1ac0dcbe3c2690703119a4a90c3370064b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Sep 2024 13:55:55 +0200 Subject: [PATCH] intel-pt: show a message when disabled --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 11033b0d..add0cfed 100755 --- a/debian/rules +++ b/debian/rules @@ -469,7 +469,9 @@ ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64)) # Disable intel-pt on old distro, fails on bionic (too old) ifeq (,$(filter $(DISTRO), $(INTEL_PT_DISABLE_DISTRO))) STAGE_ALL_CMAKE_EXTRA += -DLLDB_BUILD_INTEL_PT=ON -DLIBIPT_INCLUDE_PATH=/usr/include -DLIBIPT_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) - endif + else + $(info Intel PT disabled for $(DISTRO)) + endif endif LLDB_PYTHON_DISABLE_DISTRO := bionic buster