mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
fixed windows makefile
This commit is contained in:
parent
b43628a19d
commit
6843faeb8d
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
|
||||
|
Loading…
Reference in New Issue
Block a user