mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
fixed window build
This commit is contained in:
parent
fa5f194cc7
commit
b94f602537
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ SERVER=bin/fusion
|
|||||||
|
|
||||||
# Windows-specific
|
# Windows-specific
|
||||||
WIN_CXX=x86_64-w64-mingw32-g++
|
WIN_CXX=x86_64-w64-mingw32-g++
|
||||||
WIN_CXXFLAGS=-std=c++17 -O3 #-g3 -fsanitize=address
|
WIN_CXXFLAGS=-std=c++17 -O3 -static #-g3 -fsanitize=address
|
||||||
WIN_LDFLAGS=-lws2_32 -lwsock32
|
WIN_LDFLAGS=-lws2_32 -lwsock32
|
||||||
WIN_SERVER=bin/winfusion.exe
|
WIN_SERVER=bin/winfusion.exe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user