Skip to content

Commit

Permalink
Add debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 2, 2017
1 parent 43aa7fa commit b7553ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CXX= g++

BIN = $(DESTDIR)/usr/bin
# With pthreads
override CXXFLAGS+= -DMAXHITS=1000 -DTHREAD -funroll-loops -Lsamtools -Isamtools -Lgzstream -Igzstream -O3 -m64 -march=native
override CXXFLAGS+= -DMAXHITS=1000 -DTHREAD -funroll-loops -Lsamtools -Isamtools -Lgzstream -Igzstream -O3 -m64 -march=native -g
# Without pthreads
#override CXXFLAGS+= -DMAXHITS=1000 -funroll-loops -Lsamtools -Isamtools -Lgzstream -Igzstream -O3 -m64 -march=native

Expand Down

0 comments on commit b7553ee

Please sign in to comment.