diff -r 7f0cea717342 -r 66925599259a Makefile.Linux --- a/Makefile.Linux Mon Aug 27 17:38:26 2007 +0200 +++ b/Makefile.Linux Tue Aug 28 08:42:54 2007 +0200 @@ -1,4 +1,5 @@ - +#CXX = i686-mingw32-c++ +CXX = g++ #get warnings, debugging information and optimization CFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings @@ -9,7 +10,7 @@ #get warnings, debugging information and optimization CXXFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings -#CXXFLAGS += -ggdb -O3 -funroll-loops -CXXFLAGS += -O3 -funroll-loops +CXXFLAGS += -ggdb +#CXXFLAGS += -O3 -funroll-loops IECLIBDIR=lib