This commit is contained in:
Aaron Liu 2023-12-06 15:49:06 -05:00 committed by GitHub
parent c11b449672
commit c87dd19ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ prefix ?= /usr/local
exec_prefix ?= $(prefix)
bindir ?= $(exec_prefix)/bin
override CXXFLAGS += -std=c++20 -Wall -fexceptions
override CXXFLAGS += -std=c++2a -Wall -fexceptions
override LDFLAGS += -pthread
all: $(PROGNAME)