aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-02 17:12:03 +0200
committerMattias Andrée <maandree@kth.se>2023-07-02 17:12:03 +0200
commitd04e187a5e7c98ca3b1c5be1d41d152741465905 (patch)
tree04c1293ced7844ca8df3a341a18ffaa6bff33909
parentImprove makefile (diff)
downloadlibcontacts-d04e187a5e7c98ca3b1c5be1d41d152741465905.tar.gz
libcontacts-d04e187a5e7c98ca3b1c5be1d41d152741465905.tar.bz2
libcontacts-d04e187a5e7c98ca3b1c5be1d41d152741465905.tar.xz
Remove -s from LDFLAGS
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index aac9464..2b8b8f9 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ CC = c99
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -Wall -Os
-LDFLAGS = -s
+LDFLAGS =