]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added fasta, qfile, trim, accnos and sfftxt parameter to sffinfo command. added...
[mothur.git] / makefile
index 33cce4d996c4e9a586be09fa9096366658d1cb0f..8ea410e02545278774c6b5f922c8ac40f68f946e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -23,6 +23,11 @@ endif
 \r
 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