We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961ac4a commit db7b518Copy full SHA for db7b518
src/Makevars
@@ -1,3 +1,5 @@
1
CXX_STD = CXX17
2
+# Add the bounds check flag here
3
+PKG_CPPFLAGS = -DARMA_BOUNDS_CHECK
4
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
5
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
0 commit comments