CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/12/04 08:04:52
Modified files:
infrastructure/bin: build-debug-info
Log message:
Use strip -d, not just plain "strip", when removing debug symbols from
binaries for packages using DEBUG_PACKAGES. This avoids the current
situation where a backtrace is useless (function names all "??") if
a package was built with DEBUG_PACKAGES but the debug-foo package is
not installed. ok espie@ pirofti@
