'\" t .\" Title: \fBadddebug\fR .\" Author: Ben Burton .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2003-03-07 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "\FBADDDEBUG\FR" "1" "2003\-03\-07" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" adddebug \- Modifies Makefile(s) to add debug info .SH "SYNOPSIS" .HP \w'\fBadddebug\fR\ 'u \fBadddebug\fR [\fB\-k\fR] [\fB\-r\fR] [\fB\-n\fR] .SH "DESCRIPTION" .PP \fBadddebug\fR modifies the Makefile in the current directory (and optionally in its subdirectories) to add debug info (\fB\-g3\fR)\&. It will also remove optimisations (\fB\-O[1\-9]\fR)\&. .PP This utility is part of the KDE Software Development Kit\&. .SH "OPTIONS" .PP \fB\-k\fR .RS 4 Keep optimisations (do not remove \fB\-O[1\-9]?\fR flags which are removed by default)\&. .RE .PP \fB\-r\fR .RS 4 Recursively search through all subdirectories of the current directory and operate on every Makefile that is found\&. .RE .PP \fB\-n\fR .RS 4 compile without NDEBUG and NO_DEBUG being defined (makes \fBkDebug\fR calls work) .RE .SH "AUTHOR" .PP \fBBen Burton\fR <\&bab@debian\&.org\&> .RS 4 Author. .RE