From 00cf3e3ed34db6f7e53c5bd5998c231becee780d Mon Sep 17 00:00:00 2001 From: orbitz Date: Tue, 31 Dec 2013 17:22:01 +0100 Subject: Use optimizations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3