From 7c85cc9891089ba2601d7be8510dc063a10c0ff5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:33:51 +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 494927c..168b5ae 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,10 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -Wextra -pedantic -O2 $(CPPFLAGS) +CFLAGS = -Wall -Wextra -pedantic -O2 $(CPPFLAGS) LDFLAGS = -s -lrt # Add -DSEMUN_ALREADY_DEFINED to CPPFLAGS if `union semun` is already defined by libc -- cgit v1.2.3-70-g09d2