From 709725504697ea6c85a36a765909167c781f5d8a Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Fri, 15 May 2020 09:40:27 +0300 Subject: [PATCH] debian/rules: enable extended debug logging in freerdp2 itself. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 94ddfc0..4c203c5 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ DEB_CMAKE_EXTRA_FLAGS = \ -DCMAKE_SKIP_RPATH=FALSE \ -DCMAKE_SKIP_INSTALL_RPATH=TRUE \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DWITH_DEBUG_ALL=ON \ -DBUILD_TESTING=OFF \ -DWITH_CHANNELS=ON \ -DBUILTIN_CHANNELS=ON \