[neon/neon-packaging/kdsoap/Neon/unstable] debian: Revert "let's not build in debug mode"

Harald Sitter null at kde.org
Tue Jul 13 09:54:40 BST 2021


Git commit 372efc7af4a36b636dcc069f42a7fed1dca8329b by Harald Sitter.
Committed on 13/07/2021 at 08:54.
Pushed by sitter into branch 'Neon/unstable'.

Revert "let's not build in debug mode"

This reverts commit a8f05bc069007a4db57a116a87916a6be950eeac.

this commit is only on unstable and in the way of merging. sod off

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/kdsoap/commit/372efc7af4a36b636dcc069f42a7fed1dca8329b

diff --git a/debian/rules b/debian/rules
index 19c581e..e514c5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-CONFIG=-DCMAKE_INSTALL_PREFIX=/usr
+CONFIG=-DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr
 BUILDDIR=cmake-bin
 INSTALLDIR=debian/tmp
 



More information about the Neon-commits mailing list