Skip to content

Commit

Permalink
set DARMA_NO_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
lugruber committed Sep 5, 2024
1 parent 55cc564 commit 9f54298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#PKG_CPPFLAGS = -DARMA_NO_DEBUG
PKG_CPPFLAGS = -DARMA_NO_DEBUG
#PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
#$(SHLIB_OPENMP_CXXFLAGS)
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#PKG_CPPFLAGS = -DARMA_NO_DEBUG
PKG_CPPFLAGS = -DARMA_NO_DEBUG
#PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
#$(SHLIB_OPENMP_CXXFLAGS)

0 comments on commit 9f54298

Please sign in to comment.