From 3667cced504bc40b176d4570d99a83fe67599f3a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 04 Sep 2024 10:07:46 +0200 Subject: [PATCH] Makefile: drop -static --- Makefile | 1 - diff --git a/Makefile b/Makefile index 96ad48cd04a6710e34825575e81970d2d402d84b..49f076aadd39413b94c00468ff786ff8b08c54a4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ VERSION=1.11.3 CFLAGS?=-g MAINFLAGS:=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter -LDFLAGS+=-static INCLUDE+=-Iinclude PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin -- 2.48.1