diff options
Diffstat (limited to 'dh_strip')
-rwxr-xr-x | dh_strip | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,12 +58,18 @@ automatically load up the debugging symbols from it when debugging libfoo. This option may be repeated to list more than one package. +Note that if you use this option, your package should build-depend on +binutils (>= 2.12.90.0.9). + =item B<-k>, B<--keep-debug> Debug symbols will be retained, but split into an independant file in usr/lib/debug/ in the package build directory. --dbg-package is easier to use than this option, but this option is more flexible. +Note that if you use this option, your package should build-depend on +binutils (>= 2.12.90.0.9). + =back =head1 NOTES |