We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5747bf + 0c127f6 commit 13ad059Copy full SHA for 13ad059
1 file changed
Makefile.am
@@ -97,7 +97,8 @@ SUBDIRS := src/smithlab_cpp src/abismal
97
install installdirs: SUBDIRS := $(filter-out src/smithlab_cpp src/abismal, $(SUBDIRS))
98
AM_CPPFLAGS = -I $(top_srcdir)/src/common -I $(top_srcdir)/src/smithlab_cpp -I $(top_srcdir)/src/bamxx
99
100
-CXXFLAGS = -Wall -O3 $(OPENMP_CXXFLAGS) # default has optimization on
+AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
101
+CXXFLAGS = -Wall -O3 # default has optimization on
102
103
### ADS: Testing with `make check` can be a long process. Testing with
104
### `make check` is designed to work recursively. Modifying this
0 commit comments