From 6843faeb8d5f609aefecc7b879f43eb4bf799d0d Mon Sep 17 00:00:00 2001 From: CPunch Date: Thu, 20 Aug 2020 13:31:40 -0500 Subject: [PATCH] fixed windows makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6048d58..ee6e209 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ SERVER=bin/fusion # Windows-specific WIN_CXX=x86_64-w64-mingw32-g++ -WIN_CXXFLAGS=-std=c++17 -O3 -static #-g3 -fsanitize=address -WIN_LDFLAGS=-lws2_32 -lwsock32 +WIN_CXXFLAGS=-std=c++17 -O3 #-g3 -fsanitize=address +WIN_LDFLAGS=-static -lws2_32 -lwsock32 WIN_SERVER=bin/winfusion.exe # source files