build: DDE_DEBUG_MODE->USE_DEBUG_DBUS_NAME

Signed-off-by: black-desk <me@black-desk.cn>
This commit is contained in:
black-desk
2023-08-30 12:12:53 +08:00
committed by Comix
parent c85f3d0950
commit 3df26e4fc2
5 changed files with 9 additions and 18 deletions

4
debian/rules vendored
View File

@ -2,10 +2,6 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export QT_SELECT = qt6
export DEB_CXXFLAGS_MAINT_APPEND = -O3
%:
dh $@ --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DDDE_DEBUG_MODE=OFF -DBUILD_TESTING=ON