Skip to content

Commit 60fd632

Browse files
Makefile.am: adding more compile warnings
1 parent 26264cf commit 60fd632

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ install installdirs: SUBDIRS := $(filter-out src/smithlab_cpp src/abismal, $(SUB
2525
AM_CPPFLAGS = -I $(top_srcdir)/src/common -I $(top_srcdir)/src/smithlab_cpp -I $(top_srcdir)/src/bamxx
2626

2727
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
28-
CXXFLAGS = -Wall -O3 -DNDEBUG # default has optimization on
28+
CXXFLAGS = -Wall -Wextra -Wpedantic -Wno-unknown-attributes
29+
CXXFLAGS += -O3 -DNDEBUG # default has optimization on
2930

3031
EXTRA_DIST = \
3132
README.md \

0 commit comments

Comments
 (0)