aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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