I wrote a few bash scripts that use zip and ImageMagic a lot and I was wondering if I could decrease the time it takes for them to run. First thing I did was replace ImageMagic with sips as much as I ...
Which are the best compilation flags to use to optimize applications?<P>I have a P2, and usually use these:<BR> CFLAGS = -O2 -pipe -mcpu=i686<P>Well, you know that -pipe is not an optimization flag, ...