always compile as static library

This commit is contained in:
Quinn
2025-04-07 23:33:38 +02:00
committed by Quinn
parent 07f4e5fe48
commit 801ed6ba76

View File

@@ -12,7 +12,7 @@ RUSTC := rustc
CC := clang
CLANG := c
CSTD := c17
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
LDFLAGS :=
DEBUG ?= 0
ARCH ?= 0