diff -r 90782e241346 -r d7d92b2f87e9 Makefile.CYGWIN_NT-5.1 --- a/Makefile.CYGWIN_NT-5.1 Wed Mar 30 19:53:32 2011 +0100 +++ b/Makefile.CYGWIN_NT-5.1 Thu Mar 31 10:45:34 2011 +0100 @@ -2,9 +2,9 @@ CXX = g++ -mno-cygwin #get warnings, debugging information and optimization -CFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings +CFLAGS = -Wall -Wpointer-arith -Wwrite-strings # CFLAGS += -Werror -CFLAGS += -ggdb +# CFLAGS += -ggdb #CFLAGS += -O3 -funroll-loops # Note: if the optimizer crashes, we'll leave out the -O3 for those files @@ -14,4 +14,4 @@ #CXXFLAGS += -O3 -funroll-loops CXXFLAGS = $(CFLAGS) -IECLIBDIR=lib \ No newline at end of file +IECLIBDIR=lib