From: mikaels Date: Fri, 10 Apr 2009 18:03:14 +0000 (+0000) Subject: Removed the profiling options since they shouldn't be standard. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aae68c7e5b5780eb984f11c287f03b5684635843;p=bamtools.git 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 --- 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