Hi, Marc. > I'm not an expert on the compilation flags, so please double check > what I'm trying to say in the following. > > The "CFLAGS" set for VS2008 is: /I. /DHAVE_CONFIG_H /nologo /W3 > > I do not know what the corresponding settings are for MinGW.
I'm not an expert on various fields, so sorry by misunderstood you previous message =) For MinGW i've just used the default DEV-C++ flags: -I. -DHAVE_CONFIG_H -O2 > It does not appear that any flag for optimization (such as /O2, /GL, > etc.) is turned on for VS2008. I think that a comparison should be > made between the two compilers when both have their optimization for > speed settings adjusted to be as fast as possible. I've just used default options. Maybe the GCC and VS2008 experts can do the tests with the best optimization flags =) Thanks! Luiz _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
