From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Date: Wed, 7 Oct 2009 09:14:41 +0200 Subject: [Buildroot] [PATCH 6/6] remove superfluous OPTIMIZE and DEBUG config knobs In-Reply-To: <87vdirn0s1.fsf@macbook.be.48ers.dk> References: <6fe0ac8fa1f42152f604ca708aff08b8f119073a.1254853146.git.rep.dot.nop@gmail.com> <582a63d745311a980a8700a2a0ec17c3ae0f5ca9.1254853146.git.rep.dot.nop@gmail.com> <5959e530273437a31071499009cecc7a7e9ab461.1254853146.git.rep.dot.nop@gmail.com> <4bf0f4eae22ac9a6b1afa4621ff32b3f43887a85.1254853146.git.rep.dot.nop@gmail.com> <871vlg2wn7.fsf@macbook.be.48ers.dk> <20091006184939.GD10261@mx.loc> <20091006223558.73d0678f@surf> <20091007064751.GF10261@mx.loc> <87vdirn0s1.fsf@macbook.be.48ers.dk> Message-ID: <20091007071441.GG10261@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Oct 07, 2009 at 09:03:42AM +0200, Peter Korsgaard wrote: >>>>>> "Bernhard" == Bernhard Reutner-Fischer writes: > >> * Compile with -g and keep the unstripped binary in the staging/ > >> directory > > Bernhard> the staging area should not be stripped anyway (unless a > Bernhard> package does it behind our back) > >Indeed. The debug stuff is for the (unlikely) situation where you want >to run gdb (not gdbserver) on the target. So we seem to all agree.