1ADDDEBUG(1)                     [FIXME: manual]                    ADDDEBUG(1)
2
3
4

NAME

6       adddebug - Modifies Makefile(s) to add debug info
7

SYNOPSIS

9       adddebug [-k] [-r] [-n]
10

DESCRIPTION

12       adddebug modifies the Makefile in the current directory (and optionally
13       in its subdirectories) to add debug info (-g3). It will also remove
14       optimisations (-O[1-9]).
15
16       This utility is part of the KDE Software Development Kit.
17

OPTIONS

19       -k
20           Keep optimisations (do not remove -O[1-9]?  flags which are removed
21           by default).
22
23       -r
24           Recursively search through all subdirectories of the current
25           directory and operate on every Makefile that is found.
26
27       -n
28           compile without NDEBUG and NO_DEBUG being defined (makes kDebug
29           calls work)
30

AUTHOR

32       Ben Burton <bab@debian.org>
33           Author.
34
35
36
37[FIXME: source]                   2003-03-07                       ADDDEBUG(1)
Impressum