We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a458b commit d0bad4dCopy full SHA for d0bad4d
inst/include/Rcpp/Light
@@ -0,0 +1,7 @@
1
+// New (draft) header with optional components off
2
+
3
+// no Modules
4
+#define RCPP_NO_MODULES
5
6
+// include Rcpp as usual
7
+#include <Rcpp/Rcpp>
inst/include/Rcpp/Lighter
+// no RTTI (actually implies no Modules) -- solid gain
+#define RCPP_NO_RTTI
+// include Rcpp/Light which includes Rcpp
+#include <Rcpp/Light>
inst/include/Rcpp/Lightest
+// no Sugar (but unclear how much it helps)
+#define RCPP_NO_SUGAR
+// include Rcpp/Lighter
+#include <Rcpp/Lighter>
0 commit comments