Set build type to release with debug info. (#16889)
vkalintiris committed
Jan 31, 2024 at 14:35 UTC
f9f503688af3ec9dc6e129256d3eae9737caab90
1 file changed
+1
contrib/debian/rules
+1
@@ -69,6 +69,7 @@ override_dh_auto_configure:
69
packaging/bundle-ebpf-co-re.sh . ${TOP}/usr/libexec/netdata/plugins.d; \
70
fi
71
dh_auto_configure -- -G Ninja \
72
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
73
-DCMAKE_INSTALL_PREFIX=/ \
74
-DWEB_DIR=/var/lib/netdata/www \
75
-DCMAKE_C_FLAGS='-ffile-prefix-map=${SRC_DIR}=${SRC_DIR}' \