From 6056c984c012260ccc08073faf97aeac6564b303 Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Mon, 14 Jul 2025 11:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=9D=99=E6=80=81=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- others/C/memory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/C/memory/Makefile b/others/C/memory/Makefile index ba3d4e4..c4fd5c8 100644 --- a/others/C/memory/Makefile +++ b/others/C/memory/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Wextra -I./include -LDFLAGS = -Wl,-subsystem,windows -municode -luser32 -lgdi32 -lcomctl32 -lpsapi +LDFLAGS = -static -Wl,-subsystem,windows -municode -luser32 -lgdi32 -lcomctl32 -lpsapi SRC = src/main.c src/memory_ops.c src/ui.c src/init.c \ src/utils.c src/config.c src/benchmark.c src/log.c \ src/error.c src/version.c