1ADDDEBUG(1) [FIXME: manual] ADDDEBUG(1)
2
3
4
6 adddebug - Modifies Makefile(s) to add debug info
7
9 adddebug [-k] [-r] [-n]
10
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
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
32 Ben Burton <bab@debian.org>
33 Author.
34
35
36
37[FIXME: source] March 7, 2003 ADDDEBUG(1)