|
From: Petr M. <mi...@ph...> - 2009-02-11 10:06:08
|
> gcc -O2 -DHAVE_STDBOOL_H -s -o $@ win/pgnuplot.c version.o -I. -luser32 > $(CC) -O2 -DHAVE_STDBOOL_H -s -o $@ win/pgnuplot.c version.o -I. -luser32 I've put this to cvs. >From this release, I have changed GCC compiler from 4.3.0-dw2-TDM to > 4.3.2-dw-2-TDM. Owing to higher stability of 4.3.2-dw-2-TDM than > 4.3.0-dw2-TDM , binaries of complied with -O3 -fomit-frame-pointer seem to > be stable. (For 4.3.0-dw2-TDM, binaries with -O3 -fomit-frame-pointer were > unstable so that I used -O3 but not -O3 -fomit-frame-pointer ) Why are the advantages of this "Dragon" MinGW fork compared to MinGW? I couldn't find this info on its web. --- PM |