From: Derek Date: Mon, 30 Aug 2010 20:05:50 +0000 (-0400) Subject: Removed -pg debug flag from Makefile CXXFLAGS, accidentally incorporated into a prior... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b94b461ee40d35b4db475da6bde6af6db046658e;p=bamtools.git Removed -pg debug flag from Makefile CXXFLAGS, accidentally incorporated into a prior commit --- diff --git a/Makefile b/Makefile index 2d2fd4e..1dc3f7b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ export SRC_DIR = src # define compile/link flags export CXX = g++ -export CXXFLAGS = -Wall -O3 -D_FILE_OFFSET_BITS=64 -pg +export CXXFLAGS = -Wall -O3 -D_FILE_OFFSET_BITS=64 export LIBS = -lz # define current BamTools version