greg@148: #CXX = i686-mingw32-c++ greg@148: CXX = g++ greg@148: greg@148: #get warnings, debugging information and optimization greg@148: CFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings greg@148: # CFLAGS += -Werror greg@148: CFLAGS += -ggdb greg@148: #CFLAGS += -O3 -funroll-loops greg@148: # Note: if the optimizer crashes, we'll leave out the -O3 for those files greg@148: greg@148: #get warnings, debugging information and optimization greg@148: #CXXFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings greg@148: #CXXFLAGS += -ggdb greg@148: #CXXFLAGS += -O3 -funroll-loops greg@148: CXXFLAGS = $(CFLAGS) greg@148: greg@148: IECLIBDIR=lib