mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-25 09:30:18 +00:00
fixed windows makefile
This commit is contained in:
4
Makefile
4
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
|
||||
|
Reference in New Issue
Block a user