Skip to content

Commit

Permalink
Update Makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiyu committed Dec 12, 2023
1 parent 46ccaab commit a633bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
## set the appropriate value, possibly CXX17.
#CXX_STD = CXX11

PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -Ilibsrc $(SHLIB_OPENMP_CXXFLAGS) ‘$(R_HOME)/bin/Rscript -e "RcppProgress:::CxxFlags()"‘
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) ‘$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"‘ $(SHLIB_OPENMP_CXXFLAGS) ‘$(R_HOME)/bin/Rscript -e "RcppProgress:::CxxFlags()"‘
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -Ilibsrc $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
#CXXFLAGS=-O3
CC=ccache clang -Qunused-arguments
CXX=ccache clang++ -Qunused-arguments
Expand Down

0 comments on commit a633bf6

Please sign in to comment.