]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
*** empty log message ***
[mothur.git] / makefile
index 90e495778f99519ceac575c916996f25b2faa3fa..c7dc1fdd1a6aeae18a6db7857a473e2be6fca966 100644 (file)
--- a/makefile
+++ b/makefile
@@ -24,10 +24,10 @@ CXXFLAGS += -O3
 
 ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you are using centos uncomment the following lines
-       #CXX = g++44
+       CXX = g++44
        
        #if you are a mac user use the following line
-       TARGET_ARCH += -arch x86_64
+#      TARGET_ARCH += -arch x86_64
        
        #if you using cygwin to build Windows the following line
        #CXX = x86_64-w64-mingw32-g++
@@ -35,7 +35,7 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
        #TARGET_ARCH += -m64 -static
 
        #if you are a linux user use the following line
-       #CXXFLAGS += -mtune=native -march=native -m64
+       CXXFLAGS += -mtune=native -march=native -m64
        
         CXXFLAGS += -DBIT_VERSION
 endif