diff --git a/src/Makefile b/src/Makefile index 9d18344f..efca3947 100644 --- a/src/Makefile +++ b/src/Makefile @@ -162,7 +162,7 @@ ifeq ($(COMP),mingw) comp=mingw CXX=g++ CXXFLAGS += -Wextra -Wshadow - LDFLAGS += -static-libstdc++ -static-libgcc + LDFLAGS += -static endif ifeq ($(COMP),icc)