CC=ccache clang -Qunused-arguments
CXX=ccache clang++ -Qunused-arguments
CCACHE_CPP2=yes

PKG_CXX_STD=CXX11
PKG_CXXFLAGS=-I../inst/include
PKG_LIBS+=$(shell $(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()")
