Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ff77c96

Browse files
committed
C++ standard back to 17
1 parent 70c47f1 commit ff77c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SRCS = fetch.cpp main.cpp util.cpp
33
OBJS = $(SRCS:.cpp=.o)
44

55
CXX = @CXX@
6-
CXXFLAGS = -std=c++20 -Wall -Wextra --pedantic-errors @CXXFLAGS@
6+
CXXFLAGS = -std=c++17 -Wall -Wextra --pedantic-errors @CXXFLAGS@
77
LIBS = @LIBS@
88
LDFLAGS = -pthread
99

0 commit comments

Comments
 (0)