debian/rules: enable extended debug logging in freerdp2 itself.

This commit is contained in:
Konstantin Demin 2020-05-15 09:40:27 +03:00
parent 520a960178
commit 7097255046
No known key found for this signature in database
GPG Key ID: 1F33CB0BA4731BC6

1
debian/rules vendored
View File

@ -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 \