Skip to content

Commit

Permalink
also use cxx17
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jun 6, 2024
1 parent 5d8f9d0 commit fe1429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_CPPFLAGS = -I../src -DSTRICT_R_HEADERS
PKG_LIBS = -Ls2 -ls2static @libs@
PKG_CXXFLAGS = @cflags@ -pthread

CXX_STD = CXX14
CXX_STD = CXX17

S2_OBJECTS = s2geography/accessors.o \
s2geography/accessors-geog.o \
Expand Down

0 comments on commit fe1429a

Please sign in to comment.