From 7f5ed52be7a23328e7e29837608a74455f74b23c Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Thu, 20 May 2021 12:16:07 +0800 Subject: [PATCH] Filesystem no longer Experimental --- src/main/cpp/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cpp/Makefile b/src/main/cpp/Makefile index 72479c6..6da40ed 100644 --- a/src/main/cpp/Makefile +++ b/src/main/cpp/Makefile @@ -14,7 +14,6 @@ bindir ?= $(exec_prefix)/bin override CXXFLAGS += -std=c++17 -Wall -fexceptions override LDFLAGS += -pthread -override LDLIBS += -lstdc++fs all: $(PROGNAME)