# HG changeset patch
# User edouard
# Date 1259935876 -3600
# Node ID a09ed6620a7da1b8ab9d70ba665963642d8c0b02
# Parent  8b1757417a54c2d98c7001018566caaed297a84e
fixed cygwin build - still slooooooooow

diff -r 8b1757417a54 -r a09ed6620a7d Makefile.CYGWIN_NT-5.1
--- a/Makefile.CYGWIN_NT-5.1	Wed Dec 02 19:55:23 2009 +0100
+++ b/Makefile.CYGWIN_NT-5.1	Fri Dec 04 15:11:16 2009 +0100
@@ -2,7 +2,7 @@
 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 += -O3 -funroll-loops
@@ -14,4 +14,4 @@
 #CXXFLAGS += -O3 -funroll-loops
 CXXFLAGS  = $(CFLAGS)
 
-IECLIBDIR=lib
\ No newline at end of file
+IECLIBDIR=lib