autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I build debug versions?


From: Alexandre Duret-Lutz
Subject: Re: How do I build debug versions?
Date: 07 Mar 2001 14:01:37 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Dean" == Dean Hoover <address@hidden> writes:

[...]

 Dean> Another thing you could do is make multiple build directories
 Dean> and always make in a certain way in them. In other words, you
 Dean> could:

 Dean> mkdir debug-build opt-build
 Dean> cd debug-build; $top_srcdir/configure; make debug; cd ..
 Dean> cd opt-build; $top_srcdir/configure; make; cd ..

PFE (http://pfe.sourceforge.net/) seems to setup things in a
way which is close to Shameek's request (it uses Debug/$arch/ and
Release/$arch/ build directories).  Maybe you can draw some
ideas from that package.

[...]

-- 
Alexandre Duret-Lutz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]