Makefile.CYGWIN_NT-5.1
changeset 227 560c1231ad1f
parent 223 a09ed6620a7d
child 243 bdfee1f5be9e
--- a/Makefile.CYGWIN_NT-5.1	Sat Dec 05 18:38:53 2009 +0100
+++ b/Makefile.CYGWIN_NT-5.1	Sat Dec 05 18:53:01 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