diff options
author | orbitz <orbitz@gmail.com> | 2013-12-31 17:22:01 +0100 |
---|---|---|
committer | orbitz <orbitz@gmail.com> | 2013-12-31 17:22:01 +0100 |
commit | 00cf3e3ed34db6f7e53c5bd5998c231becee780d (patch) | |
tree | 22b6a0ff94bbf62767483d3ecd8597ce70cd5cf4 | |
parent | fa6551bdfd1f4974c3299d5546e479b773b3099a (diff) |
Use optimizations
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ VERSION=\"v0.0.1\" CC = gcc -CFLAGS = -ggdb3 -s -mtune=native -Wall -DVERSION=$(VERSION) -Wextra +CFLAGS =-O3 -s -mtune=native -Wall -DVERSION=$(VERSION) -Wextra CLIBS = libkmer.a all: kmer_total_count |