We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815e4b9 commit 480fabaCopy full SHA for 480faba
src/Makevars
@@ -1,5 +1,11 @@
1
## -*- mode: makefile; -*-
2
3
PKG_CXXFLAGS=-I../inst/include -DNDEBUG
4
+
5
+## In practice the compiler flags show 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.
9
10
PKG_LIBS=`$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`
11
0 commit comments