From 285d820ede9063a44d11084274f7fd91956780d9 Mon Sep 17 00:00:00 2001 From: Mizar Date: Fri, 14 May 2021 12:01:34 +0900 Subject: [PATCH] - remove force libstdc++ --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index f75c8f8f1..e011f8f57 100644 --- a/source/Makefile +++ b/source/Makefile @@ -117,7 +117,7 @@ endif # clang用にCPPFLAGSなどを変更 ifneq (,$(findstring clang++,$(COMPILER))) # stdlib - CPPFLAGS += -stdlib=libstdc++ + #CPPFLAGS += -stdlib=libstdc++ # C++17のfilesystem # LDFLAGS += -lstdc++fs