From 18c5dab410d36ef4f5d5cfdf9700cb711b5ba16b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:02:55 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index bad3f79..c28f7f9 100644 --- a/config.mk +++ b/config.mk @@ -2,8 +2,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man LIBEXECDIR = $(PREFIX)/libexec/orphan-reaper -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s -- cgit v1.2.3-70-g09d2