Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
- remove force libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
mizar committed May 16, 2021
1 parent 8842f45 commit 285d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endif
# clang用にCPPFLAGSなどを変更
ifneq (,$(findstring clang++,$(COMPILER)))
# stdlib
CPPFLAGS += -stdlib=libstdc++
#CPPFLAGS += -stdlib=libstdc++

# C++17のfilesystem
# LDFLAGS += -lstdc++fs
Expand Down

0 comments on commit 285d820

Please sign in to comment.