From e940e8b1aab06f146017a4d7ad0877bc3c8d3eab Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 3 Oct 2017 12:48:07 +0200 Subject: [PATCH] Makefile: Remove CXX definition Make sets this variable by default. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 7c9f5ec..7379002 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -CXX= g++ - BIN = $(DESTDIR)/usr/bin # With pthreads override CXXFLAGS+= -DMAXHITS=1000 -DTHREAD -funroll-loops -Lsamtools -Isamtools -Lgzstream -Igzstream -O3 -m64 -march=native -g