mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 22:38:55 +00:00
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.
This commit is contained in:
parent
6cb523d24b
commit
7b38ebd8e1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
|
|||
"${PKG_FILES_PATH}/deb/netdata/postinst"
|
||||
"${PKG_FILES_PATH}/deb/netdata/postrm")
|
||||
|
||||
set(CPACK_DEBIAN_NETDATA_DEBUGINFO_PACKAGE On)
|
||||
set(CPACK_DEBIAN_NETDATA_DEBUGINFO_PACKAGE Off)
|
||||
|
||||
#
|
||||
# dashboard
|
||||
|
|
Loading…
Add table
Reference in a new issue