Makefile.Linux
changeset 99 546b9d5b2ff9
parent 54 66925599259a
child 209 30cbae46190d
equal deleted inserted replaced
98:d0cdf1d00b74 99:546b9d5b2ff9
     2 CXX = g++ 
     2 CXX = g++ 
     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 -pedantic -Wpointer-arith -Wwrite-strings
     6 # CFLAGS += -Werror
     6 # CFLAGS += -Werror
     7 #CFLAGS += -ggdb -O3 -funroll-loops
     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 
    11 #get warnings, debugging information and optimization
    11 #get warnings, debugging information and optimization
    12 CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
    12 #CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
    13 CXXFLAGS += -ggdb
    13 #CXXFLAGS += -ggdb
    14 #CXXFLAGS += -O3 -funroll-loops
    14 #CXXFLAGS += -O3 -funroll-loops
       
    15 CXXFLAGS  = $(CFLAGS)
    15 
    16 
    16 IECLIBDIR=lib
    17 IECLIBDIR=lib