We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e1c2d commit 0fa85aeCopy full SHA for 0fa85ae
src/Makevars
@@ -1,10 +1,5 @@
1
## -*- mode: makefile; -*-
2
3
-PKG_CXXFLAGS=-I../inst/include -DNDEBUG
4
-
5
-## In practice the compiler flags should be
6
-##PKG_CXXFLAGS=-I../inst/include
7
-## to enable error checking. However, checking for errors is flagged
8
-## in R CMD check as an undesirable practice.
+PKG_CXXFLAGS=-I../inst/include
9
10
PKG_LIBS=`$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
0 commit comments