Makefile.CYGWIN_NT-5.1
changeset 223 a09ed6620a7d
parent 100 ab431470e098
child 243 bdfee1f5be9e
equal deleted inserted replaced
222:8b1757417a54 223:a09ed6620a7d
     1 #CXX = i686-mingw32-c++ 
     1 #CXX = i686-mingw32-c++ 
     2 CXX = g++ -mno-cygwin
     2 CXX = g++ -mno-cygwin
     3 
     3 
     4 #get warnings, debugging information and optimization
     4 #get warnings, debugging information and optimization
     5 CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
     5 CFLAGS  = -Wall -Wpointer-arith -Wwrite-strings
     6 # CFLAGS += -Werror
     6 # CFLAGS += -Werror
     7 CFLAGS += -ggdb
     7 CFLAGS += -ggdb
     8 #CFLAGS += -O3 -funroll-loops
     8 #CFLAGS += -O3 -funroll-loops
     9 # Note: if the optimizer crashes, we'll leave out the -O3 for those files
     9 # Note: if the optimizer crashes, we'll leave out the -O3 for those files
    10 
    10