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

adddebug - Modifies Makefile(s) to add debug info

Author

BenBurton <bab@debian.org>
           Author.

[FIXME: source]                                    2003-03-07                                        ADDDEBUG(1)

Description

adddebug modifies the Makefile in the current directory (and optionally in its subdirectories) to add
       debug info (-g3). It will also remove optimisations (-O[1-9]).

       This utility is part of the KDE Software Development Kit.

Name

       adddebug - Modifies Makefile(s) to add debug info

Options

-k
           Keep optimisations (do not remove -O[1-9]?  flags which are removed by default).

       -r
           Recursively search through all subdirectories of the current directory and operate on every Makefile
           that is found.

       -n
           compile without NDEBUG and NO_DEBUG being defined (makes kDebug calls work)

Synopsis

adddebug [-k] [-r] [-n]

See Also