recompiling a huge software stack like mozilla
Posted
by tsudot
on Stack Overflow
See other posts from Stack Overflow
or by tsudot
Published on 2010-06-08T02:55:36Z
Indexed on
2010/06/08
3:02 UTC
Read the original article
Hit count: 180
configure
A small change in a 1000's of lines of code leads to running the ./configure again on the entire software.
Is there any alternative, where we can compile only the changed file and the files associated with it?
© Stack Overflow or respective owner