You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strip the debug info from binaries (to make them smaller), splitting it off into a separate conda package. E.g., something like lsst-afw -> lsst-afw and lsst-afw-debuginfo.
A user in need of debugging could then pull the debugging info by installing the appropriate *-debuginfo packages.
Strip the debug info from binaries (to make them smaller), splitting it off into a separate conda package. E.g., something like
lsst-afw
->lsst-afw
andlsst-afw-debuginfo
.A user in need of debugging could then pull the debugging info by installing the appropriate
*-debuginfo
packages.See https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html for details.
The text was updated successfully, but these errors were encountered: