From 6a1923f36ffef608e99dfc217e83f10d2741a909 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 12:54:48 +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, 3 insertions(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 21f9f6f..5c4b041 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,8 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -CFLAGS = -std=c99 -Wall -pedantic -O2 +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE +CFLAGS = LDFLAGS = -s -- cgit v1.2.3-70-g09d2