Makefile.Linux
changeset 54 66925599259a
parent 40 873a5b60a7ea
child 99 546b9d5b2ff9
equal deleted inserted replaced
53:7f0cea717342 54:66925599259a
     1  
     1 #CXX = i686-mingw32-c++ 
       
     2 CXX = g++ 
     2 
     3 
     3 #get warnings, debugging information and optimization
     4 #get warnings, debugging information and optimization
     4 CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
     5 CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
     5 # CFLAGS += -Werror
     6 # CFLAGS += -Werror
     6 #CFLAGS += -ggdb -O3 -funroll-loops
     7 #CFLAGS += -ggdb -O3 -funroll-loops
     7 CFLAGS += -O3 -funroll-loops
     8 CFLAGS += -O3 -funroll-loops
     8 # 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
     9 
    10 
    10 #get warnings, debugging information and optimization
    11 #get warnings, debugging information and optimization
    11 CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
    12 CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
    12 #CXXFLAGS += -ggdb -O3 -funroll-loops
    13 CXXFLAGS += -ggdb
    13 CXXFLAGS += -O3 -funroll-loops
    14 #CXXFLAGS += -O3 -funroll-loops
    14 
    15 
    15 IECLIBDIR=lib
    16 IECLIBDIR=lib