From 6d65456e302c386f0304fefd558554e7ff7a15c8 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Sat, 1 Jun 2024 18:14:09 -0700 Subject: [PATCH] Makefile.am: adding warnings and ignoring unknown attributes for the optimization __attribute__ in AbismalAlign.hpp --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 16979c5..f94a601 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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