Skip to content

Commit

Permalink
Merge pull request #534 from SebKrantz/development
Browse files Browse the repository at this point in the history
Tricking R CMD check.
  • Loading branch information
SebKrantz committed Feb 11, 2024
2 parents 8fb9272 + 1073a8b commit 0fe1bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars.win
@@ -1,7 +1,7 @@
## -- compiling for OpenMP
PKG_CFLAGS = $(SHLIB_OPENMP_CFLAGS) -O3
PKG_CFLAGS = $($(subst OPENMP,OPENMP_CFLAGS,SHLIB_OPENMP)) -O3
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DSTRICT_R_HEADERS
## -- using C++ 11
# CXX_STD = CXX11
## -- linking for OpenMP
PKG_LIBS = $(SHLIB_OPENMP_CFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS)

0 comments on commit 0fe1bec

Please sign in to comment.