Makefile.CYGWIN_NT-5.1
changeset 100 ab431470e098
child 223 a09ed6620a7d
equal deleted inserted replaced
99:546b9d5b2ff9 100:ab431470e098
       
     1 #CXX = i686-mingw32-c++ 
       
     2 CXX = g++ -mno-cygwin
       
     3 
       
     4 #get warnings, debugging information and optimization
       
     5 CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
       
     6 # CFLAGS += -Werror
       
     7 CFLAGS += -ggdb
       
     8 #CFLAGS += -O3 -funroll-loops
       
     9 # Note: if the optimizer crashes, we'll leave out the -O3 for those files
       
    10 
       
    11 #get warnings, debugging information and optimization
       
    12 #CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
       
    13 #CXXFLAGS += -ggdb
       
    14 #CXXFLAGS += -O3 -funroll-loops
       
    15 CXXFLAGS  = $(CFLAGS)
       
    16 
       
    17 IECLIBDIR=lib