[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Native GCC 4.5.1 RPMs / Make 3.82 RPMs / MiNTLib 0.59.2 tagged src?
On 8/14/10 10:30 AM, Vincent Rivière wrote:
Mark Duckworth wrote:
I redeveloped GIM into C++ code for various reasons and I didn't
find the compile times to be nearly this long, and I did make heavy
use of vectors and other high level features. Not sure what the deal
is here but hopefully it never affects me.
If I remove -O2 in my very simple test (as in a debug build) I drop
from 30 seconds to 10 seconds.
Seems reasonable. You wouldn't want to have optimization enabled while
debugging anyway. Painful, sure but not impossible.
Thanks,
Mark