1ADDDEBUG(1) ADDDEBUG(1)
2
3
4
6 adddebug - Modifies Makefile(s) to add debug info
7
9 adddebug [-k] [-r] [-n]
10
11
13 adddebug modifies the Makefile in the current directory (and optionally
14 in its subdirectories) to add debug info (-g3). It will also remove op‐
15 timisations (-O[1-9]).
16
17
18 This utility is part of the KDE Software Development Kit.
19
20
22 -k Keep optimisations (do not remove -O[1-9]? flags which are re‐
23 moved by default).
24
25
26 -r Recursively search through all subdirectories of the current di‐
27 rectory and operate on every Makefile that is found.
28
29
30 -n compile without NDEBUG and NO_DEBUG being defined (makes kDebug
31 calls work)
32
33
35 Ben Burton.
36
37
38
39 March 7, 2003 ADDDEBUG(1)