should fix #132
This commit is contained in:
parent
c11b449672
commit
c87dd19ea1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ prefix ?= /usr/local
|
||||||
exec_prefix ?= $(prefix)
|
exec_prefix ?= $(prefix)
|
||||||
bindir ?= $(exec_prefix)/bin
|
bindir ?= $(exec_prefix)/bin
|
||||||
|
|
||||||
override CXXFLAGS += -std=c++20 -Wall -fexceptions
|
override CXXFLAGS += -std=c++2a -Wall -fexceptions
|
||||||
override LDFLAGS += -pthread
|
override LDFLAGS += -pthread
|
||||||
|
|
||||||
all: $(PROGNAME)
|
all: $(PROGNAME)
|
||||||
|
|
Loading…
Reference in a new issue