From 2319585caf71cded277d045c9d4001566d753778 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Fri, 11 Apr 2014 10:10:22 -0400 Subject: tune to specific processor, speed boost --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3