Skip to content

Commit

Permalink
makefile fix
Browse files Browse the repository at this point in the history
Former-commit-id: a51959f
  • Loading branch information
jaredo committed Apr 7, 2016
2 parents 9043632 + a50a484 commit 504d4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ IFLAGS = -I$(HTSDIR) -I./
LFLAGS = -lz -lm

no_omp: CXXFLAGS = -O3 -DNDEBUG
no_omp: CFLAGS = -O3 -DNDEBUG
no_omp: CFLAGS = -O3 -DNDEBUG
no_omp: LFLAGS = -lz -lm -lpthread
no_omp: all

default: CXXFLAGS = -O3 -DNDEBUG $(OMP)
Expand Down

0 comments on commit 504d4da

Please sign in to comment.