From 4ec29d6f16c39d289b05a8ee902a7bf3c96a6733 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Jan 2022 23:42:11 +0100 Subject: Use c99 instead of nonportable cc -std=c99 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(-) diff --git a/config.mk b/config.mk index 7c7782d..15de9dd 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -g +CFLAGS = -Wall -g LDFLAGS = -lgrapheme -- cgit v1.2.3-70-g09d2