aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-05 19:39:42 +0200
committerMattias Andrée <maandree@kth.se>2023-07-05 19:39:42 +0200
commite1a8d3e89e132341a234d5f68bf4fac617b05a3b (patch)
tree92ab49f3a8dac9f0584565ad19e7514e92558c50 /config.mk
parentFix multicall-hardlinks.mk (diff)
downloadcontacts-e1a8d3e89e132341a234d5f68bf4fac617b05a3b.tar.gz
contacts-e1a8d3e89e132341a234d5f68bf4fac617b05a3b.tar.bz2
contacts-e1a8d3e89e132341a234d5f68bf4fac617b05a3b.tar.xz
Improve make config file portability and remove -g from CFLAGS and -s from LDFLAGS
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
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