From 801ed6ba76a0dfd763672e621467ac43735f5f0e Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 7 Apr 2025 23:33:38 +0200 Subject: [PATCH] always compile as static library --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1ea2a77..8229d30 100644 --- a/makefile +++ b/makefile @@ -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