Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

dh_clistrip - strips CLI debug symbols from package build directories

Author

       Mirco Bauer <meebey@meebey.net>

perl v5.38.2                                       2024-03-24                                     DH_CLISTRIP(1)

Description

       dh_clistrip is a debhelper program that removes debug symbols from CLI libraries and applications.

       dh_clistrip deletes all *.pdb, *.exe.mdb and *.dll.mdb files.

Name

       dh_clistrip - strips CLI debug symbols from package build directories

Options

-Xitem, --exclude=item
           Exclude  files  that  contain  "item" anywhere in their filename from being deleted. You may use this
           option multiple times to build up a list of things to exclude.

       --dbg-package=package
           Moves the debug symbols to the specified package.

See Also

debhelper(7)

       This program is part of cli-common-dev.

Synopsis

dh_clistrip [debhelperoptions] [-Xitem] [--dbg-package=package]

See Also