[neon/qt6/pyside6/Neon/release] debian: CMAKE_BUILD_TYPE=RelWithDebInfo
Carlos De Maine
null at kde.org
Sat Nov 30 07:56:37 GMT 2024
Git commit f83600020392eb0c6a83d02e95e23ece92b9228c by Carlos De Maine.
Committed on 30/11/2024 at 07:56.
Pushed by carlosdem into branch 'Neon/release'.
CMAKE_BUILD_TYPE=RelWithDebInfo
M +2 -2 debian/rules
https://invent.kde.org/neon/qt6/pyside6/-/commit/f83600020392eb0c6a83d02e95e23ece92b9228c
diff --git a/debian/rules b/debian/rules
index d3ea215..c2bdc16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,14 +21,14 @@ export MAIN_VERSION_UPSTREAM := $(shell echo $(DEB_VERSION_UPSTREAM))
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Add CPPFLAGS to CXXFLAGS as CMake ignores CPPFLAGS by default
CXXFLAGS+=$(CPPFLAGS)
-
+export CMAKE_BUILD_TYPE=RelWithDebInfo
export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
# Work around buildd bug (https://bugs.debian.org/842565)
undefine XDG_RUNTIME_DIR
-PYBUILD_BUILD_ARGS = --debug
+PYBUILD_BUILD_ARGS = --cmake-args = -DCMAKE_BUILD_TYPE=RelWithDebInfo
PYBUILD_INSTALL_ARGS = --reuse-build
## Package compilation options
More information about the Neon-commits
mailing list