logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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