Skip to content

Commit

Permalink
Makefile: Remove CXX definition
Browse files Browse the repository at this point in the history
Make sets this variable by default.
  • Loading branch information
pmenzel committed Oct 3, 2017
1 parent b7553ee commit e940e8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e940e8b

Please sign in to comment.