Skip to content

Commit

Permalink
makefile tweak
Browse files Browse the repository at this point in the history
Former-commit-id: f444910
  • Loading branch information
jaredo committed Apr 7, 2016
1 parent 0902192 commit a50a484
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 a50a484

Please sign in to comment.