autoconf
[Top][All Lists]
Advanced

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

Re: debug builds with NO optimizations


From: Andre Caldas
Subject: Re: debug builds with NO optimizations
Date: Tue, 14 Feb 2006 11:47:38 +0900
User-agent: Debian Thunderbird 1.0.7 (X11/20051017)

> I'm talking about software packages that, on hot machines, take 30-45
> minutes to do a "configure" run.

Well you just need to run configure once, when you setup the building tree!!

You certainly don't know what you are doing. The "make" command will not track your compilation flags! You don't know what objects where compiled using some CFLAGS if you just change them on the fly!! You would need to "make clean" before changing the CFLAGS!!

How long does a "make clean && make" takes in this huge project of yours? Probably you could save lots of time if you had two different build trees!!

Andre Caldas.




reply via email to

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