aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbitz <orbitz@gmail.com>2013-12-31 17:22:01 +0100
committerorbitz <orbitz@gmail.com>2013-12-31 17:22:01 +0100
commit00cf3e3ed34db6f7e53c5bd5998c231becee780d (patch)
tree22b6a0ff94bbf62767483d3ecd8597ce70cd5cf4
parentfa6551bdfd1f4974c3299d5546e479b773b3099a (diff)
Use optimizations
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a98fc0a..ffb07f7 100644
--- a/Makefile
+++ b/Makefile
@@ -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