fixed windows makefile

This commit is contained in:
CPunch 2020-08-20 13:31:40 -05:00
parent b43628a19d
commit 6843faeb8d
1 changed files with 2 additions and 2 deletions

View File

@ -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