Skip to content

Commit

Permalink
Makefile.am: adding warnings and ignoring unknown attributes for the …
Browse files Browse the repository at this point in the history
…optimization __attribute__ in AbismalAlign.hpp
  • Loading branch information
andrewdavidsmith committed Jun 2, 2024
1 parent 60d2af2 commit 6d65456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ install installdirs: SUBDIRS := $(filter-out src/smithlab_cpp, $(SUBDIRS))
AM_CPPFLAGS = -I $(top_srcdir)/src/smithlab_cpp -I $(top_srcdir)/src/bamxx

AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
AM_CXXFLAGS += -Wall -Wextra -Wpedantic -Wno-unknown-attributes
if ENABLE_SHORT
AM_CXXFLAGS += -DENABLE_SHORT
endif
Expand Down

0 comments on commit 6d65456

Please sign in to comment.