From 6648e5a80e33bdae4ba70c81231a2a28ac7b4411 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:55:02 +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 c9a4302..a4f2ca7 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -CFLAGS = -std=c99 -Wall -pedantic +CFLAGS = LDFLAGS = -s -lerror -- cgit v1.2.3-70-g09d2