From ba05fc7c4c9dae6dc7389aaa5bedc9801d5253bd Mon Sep 17 00:00:00 2001 From: James Melville Date: Mon, 18 Sep 2023 16:43:41 -0700 Subject: [PATCH] remove C++ spec in case CRAN complains --- src/Makevars | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makevars b/src/Makevars index a734a5c..4bf200b 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,6 +1,5 @@ PKG_CPPFLAGS = -I../inst/include/ PKG_CXXFLAGS = -DNO_MANUAL_VECTORIZATION -DSTRICT_R_HEADERS -CXX_STD = CXX17 # Uncomment this flag (and comment out the PKG_CPPFLAGS line above if you # want the default HNSW behavior (faster, but non-portable)