]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added fasta, qfile, trim, accnos and sfftxt parameter to sffinfo command. added...
[mothur.git] / makefile
index efac3fb5b84fc3bde1178520a8ca15009b1ef3dd..8ea410e02545278774c6b5f922c8ac40f68f946e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -24,6 +24,10 @@ endif
 ifeq  ($(strip $(64BIT_VERSION)),yes)\r
     TARGET_ARCH += -arch x86_64\r
         CXXFLAGS += -DBIT_VERSION\r
+       \r
+       #if you are using centos uncomment the following lines\r
+       #CC = g++44\r
+       #CXXFLAGS += -mtune=native -march=native -m64\r
 endif\r
 \r
 # if you do not want to use the readline library, set this to no.\r