From dac4457ed27267774b1692533d2a9db8c3e344a9 Mon Sep 17 00:00:00 2001 From: Onii-chan Date: Thu, 20 Aug 2020 20:18:43 +0200 Subject: [PATCH] Revert "fixed window build" This reverts commit b94f602537e5773026b25deb868536868530b414. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6048d58..4c7812b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SERVER=bin/fusion # Windows-specific WIN_CXX=x86_64-w64-mingw32-g++ -WIN_CXXFLAGS=-std=c++17 -O3 -static #-g3 -fsanitize=address +WIN_CXXFLAGS=-std=c++17 -O3 #-g3 -fsanitize=address WIN_LDFLAGS=-lws2_32 -lwsock32 WIN_SERVER=bin/winfusion.exe