Makefile.Linux
changeset 40 873a5b60a7ea
child 54 66925599259a
equal deleted inserted replaced
39:e08c65e27557 40:873a5b60a7ea
       
     1  
       
     2 
       
     3 #get warnings, debugging information and optimization
       
     4 CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
       
     5 # CFLAGS += -Werror
       
     6 #CFLAGS += -ggdb -O3 -funroll-loops
       
     7 CFLAGS += -O3 -funroll-loops
       
     8 # Note: if the optimizer crashes, we'll leave out the -O3 for those files
       
     9 
       
    10 #get warnings, debugging information and optimization
       
    11 CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
       
    12 #CXXFLAGS += -ggdb -O3 -funroll-loops
       
    13 CXXFLAGS += -O3 -funroll-loops
       
    14 
       
    15 IECLIBDIR=lib