diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-11 10:10:22 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-11 10:10:22 -0400 |
commit | 2319585caf71cded277d045c9d4001566d753778 (patch) | |
tree | f22b6be1a72986608db470c19e3c125b23fee17f /Makefile | |
parent | e4ec2d985021f8ca95a76ef8d0ca5088c0d64e5d (diff) |
tune to specific processor, speed boost
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |