@cryptotaxi247 / netdata-1 / commits / 7b38ebd8e

Disable generation of debuginfo packages for DEB distros. (#19948)

* Disable generation of debuginfo packages for DEB distros. actually need to the debuginfo to work correctly, so split debug symbols don’t Our automatic stacktrace logging and crash reporting functionality really make sense for our use case. * Only disable split debuginfo for core, not plugins. We don’t do crash reporting or stack trace logging for plugins, so they can still use the split debug info packages. * Work around bugs in Debian 11 and Ubuntu 20.04.

Austin S. Hemmelgarn committed Mar 23, 2025 at 16:23 UTC 7b38ebd8e1b02a3eba516d4951894930e37498f4
1 file changed +1 -1
packaging/cmake/Modules/Packaging.cmake
+1 -1
@@ -110,7 +110,7 @@ set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
110 "${PKG_FILES_PATH}/deb/netdata/postinst"
111 "${PKG_FILES_PATH}/deb/netdata/postrm")
112
113 -set(CPACK_DEBIAN_NETDATA_DEBUGINFO_PACKAGE On)
113 +set(CPACK_DEBIAN_NETDATA_DEBUGINFO_PACKAGE Off)
114
115 #
116 # dashboard