debian/rules: Disable additional debug logging. (Closes: #1006683).

This commit is contained in:
Bernhard Miklautz 2022-03-08 08:01:58 +01:00 committed by Mike Gabriel
parent 0b71f55532
commit a90b67e6c0

2
debian/rules vendored
View File

@ -19,7 +19,7 @@ DEB_CMAKE_EXTRA_FLAGS = \
-DCMAKE_SKIP_RPATH=FALSE \
-DCMAKE_SKIP_INSTALL_RPATH=TRUE \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DWITH_DEBUG_ALL=ON \
-DWITH_DEBUG_ALL=OFF \
-DBUILD_TESTING=OFF \
-DWITH_CHANNELS=ON \
-DBUILTIN_CHANNELS=ON \