Skip to content

Commit

Permalink
Add dump_taxdb to default progs, add -Wextra
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreitwieser committed Nov 19, 2017
1 parent dd9e617 commit 94573d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CXX = g++
FOPENMP?=-fopenmp
CXXFLAGS = -Wall -std=c++0x $(FOPENMP) -I./gzstream -O2 -Wfatal-errors ${CPPFLAGS}
CXXFLAGS = -Wall -Wextra -std=c++0x $(FOPENMP) -I./gzstream -O2 -Wfatal-errors ${CPPFLAGS}
#CXXFLAGS = -Wall -std=c++11 $(FOPENMP) -O3 -Wfatal-errors
PROGS1 = classify db_sort set_lcas db_shrink build_taxdb read_uid_mapping count_unique
TEST_PROGS = grade_classification dump_taxdb test_hll_on_db
PROGS1 = classify db_sort set_lcas db_shrink build_taxdb read_uid_mapping count_unique dump_taxdb
TEST_PROGS = grade_classification test_hll_on_db
#PROGS = $(PROGS1) $(TEST_PROGS)
PROGS = $(PROGS1)
#LIBFLAGS = -L. -lz -lgzstream ${LDFLAGS}
Expand Down

0 comments on commit 94573d3

Please sign in to comment.