From aae68c7e5b5780eb984f11c287f03b5684635843 Mon Sep 17 00:00:00 2001 From: mikaels Date: Fri, 10 Apr 2009 18:03:14 +0000 Subject: [PATCH] Removed the profiling options since they shouldn't be standard. git-svn-id: svn+ssh://gene.bc.edu/home/subversion/Derek/BamTools/trunk@8 9efb377e-2e27-44b9-b91a-ec4abb80ed8b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ae2a4e..a61b64b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC= gcc CXX= g++ -CFLAGS= -Wall -pg -O3 -m64 +CFLAGS= -Wall -O3 CXXFLAGS= $(CFLAGS) DFLAGS= -D_IOLIB=2 #-D_NDEBUG OBJS= BamReader.o bgzf.o -- 2.39.5