fixed cygwin build - still slooooooooow
authoredouard
Fri, 04 Dec 2009 15:11:16 +0100
changeset 223 a09ed6620a7d
parent 222 8b1757417a54
child 224 270ba3d91e59
fixed cygwin build - still slooooooooow
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