On Wed, 2003-09-10 at 01:01 -0400, Brian A. Seklecki wrote:
I just rolled a very generic install of 1.4.4 and I noticed that CFLAGS
is set to "-g" in all makefiles by default. The end result is close to
500 megs in the src dir w/ object files.
A quick:
find . -name "Makefile" -exec perl -pi~ -e 's/\ \-g//g' {} \;
...took care of that, though. With objects the gets it down to about
130 meg and it seems to run a bit faster, but that may be my
imagination.
Just curious why the stable development branch would ship like that?
See the word 'development' in the line?I presume you mean you were building from cvs.
-lava _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
