Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Use the R_HOME indirection to support installations of multiple R version
###PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
###PKG_CXXFLAGS = -DNDEBUG -DEIGEN_DONT_VECTORIZE
CC=ccache clang -Qunused-arguments
CXX=ccache clang++ -Qunused-arguments
CCACHE_CPP2=yes
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_CXXFLAGS = -DEIGEN_DONT_VECTORIZE
##CC=ccache clang -Qunused-arguments
##CXX=ccache clang++ -Qunused-arguments
##CCACHE_CPP2=yes