mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 08:00:44 +08:00
改为静态编译
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user