From e256e906b1db0e1a3d2dffd766a5a6b7b4f1a59c Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 18:05:42 +0300 Subject: [PATCH] Update Makefile.win --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 261833b..481ac61 100644 --- a/Makefile.win +++ b/Makefile.win @@ -10,7 +10,7 @@ BUILDDIR = ../bin/ CC = gcc -CFLAGS = -O2 -s -c -mthreads -DWITH_STD_MALLOC -DNOIPV6 -DNORADIUS +CFLAGS = -O2 -s -c -mthreads -DWITH_STD_MALLOC COUT = -o LN = gcc LDFLAGS = -O2 -s -mthreads