aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-11 10:10:22 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-11 10:10:22 -0400
commit2319585caf71cded277d045c9d4001566d753778 (patch)
treef22b6be1a72986608db470c19e3c125b23fee17f
parente4ec2d985021f8ca95a76ef8d0ca5088c0d64e5d (diff)
tune to specific processor, speed boost
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1710203..e729fc9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION=\"0.0.5\"
CC = g++
-CFLAGS = -O3 -s -mtune=native -Wall -Wextra -DVERSION=$(VERSION) -std=c++11
+CFLAGS = -O3 -s -march=native -Wall -Wextra -DVERSION=$(VERSION) -std=c++11
DESTDIR = /usr/local/
all: libkmer.so kmer_total_count kmer_counts_per_sequence