Skip to content

Commit

Permalink
COMP: missed a CXX17 option
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Oct 16, 2024
1 parent c2f0ddb commit 56e57d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX11
CXX_STD = CXX17
.PHONY: all libs

all: $(SHLIB)
Expand Down

0 comments on commit 56e57d5

Please sign in to comment.