Skip to content

Commit 6d65456

Browse files
Makefile.am: adding warnings and ignoring unknown attributes for the optimization __attribute__ in AbismalAlign.hpp
1 parent 60d2af2 commit 6d65456

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ install installdirs: SUBDIRS := $(filter-out src/smithlab_cpp, $(SUBDIRS))
3838
AM_CPPFLAGS = -I $(top_srcdir)/src/smithlab_cpp -I $(top_srcdir)/src/bamxx
3939

4040
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
41+
AM_CXXFLAGS += -Wall -Wextra -Wpedantic -Wno-unknown-attributes
4142
if ENABLE_SHORT
4243
AM_CXXFLAGS += -DENABLE_SHORT
4344
endif

0 commit comments

Comments
 (0)