[neon/neon-packaging/kdsoap/Neon/unstable] debian: let's not build in debug mode
Harald Sitter
null at kde.org
Wed Oct 21 16:34:05 BST 2020
Git commit a8f05bc069007a4db57a116a87916a6be950eeac by Harald Sitter.
Committed on 21/10/2020 at 15:32.
Pushed by sitter into branch 'Neon/unstable'.
let's not build in debug mode
leave it to dh to decide which build mode to use
(which is to say we actually want relwithdebinfo but that's more or less
what we get by not setting a mode)
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/kdsoap/commit/a8f05bc069007a4db57a116a87916a6be950eeac
diff --git a/debian/rules b/debian/rules
index e514c5f..19c581e 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_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr
+CONFIG=-DCMAKE_INSTALL_PREFIX=/usr
BUILDDIR=cmake-bin
INSTALLDIR=debian/tmp
More information about the Neon-commits
mailing list