Filesystem no longer Experimental

This commit is contained in:
Aaron Liu 2021-05-20 12:16:07 +08:00 committed by Stefan Haustein
parent 40cac0f407
commit 7f5ed52be7

View file

@ -14,7 +14,6 @@ bindir ?= $(exec_prefix)/bin
override CXXFLAGS += -std=c++17 -Wall -fexceptions
override LDFLAGS += -pthread
override LDLIBS += -lstdc++fs
all: $(PROGNAME)