Skip to content

Commit 769e8c1

Browse files
authored
add -DARMA_NO_DEBUG (#66)
1 parent 1278a72 commit 769e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CXX_STD = CXX20
22

3-
PKG_CPPFLAGS = @RCPP_PARALLEL_CPPFLAGS@
3+
PKG_CPPFLAGS = @RCPP_PARALLEL_CPPFLAGS@ -DARMA_NO_DEBUG
44

55
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) @RCPP_PARALLEL_LIBS@

0 commit comments

Comments
 (0)