From e1a8d3e89e132341a234d5f68bf4fac617b05a3b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Jul 2023 19:39:42 +0200 Subject: Improve make config file portability and remove -g from CFLAGS and -s from LDFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 271b296..fb62aea 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 -CFLAGS = -std=c99 -Wall -Os -LDFLAGS = -lcontacts -lsimple -s +CFLAGS = +LDFLAGS = -lcontacts -lsimple -- cgit v1.2.3-70-g09d2