https://github.com/osquery/osquery logo
#core
Title
# core
t

theopolis

09/09/2019, 12:24 AM
building debuginfo packages seems possible with RPM, but I am not sure how we'd do it with pkg + deb without some more complex CMake logic
s

Stefano Bonicatti

09/09/2019, 9:00 AM
https://cmake.org/cmake/help/v3.14/cpack_gen/deb.html CPack DEB generator does have support for ddeb packages, it’s at the bottom of that page, CPACK_DEBIAN_DEBUGINFO_PACKAGE
4 Views