aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-04 03:31:26 +0200
committerMattias Andrée <maandree@kth.se>2021-04-04 03:31:26 +0200
commitefa7ac2eef94614ed6e8481b57b00cf25239581b (patch)
tree94efbb77a19adf478522014f314edf5ff51a8eca /config.mk
parentm + add chat utils (diff)
downloadcontacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.gz
contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.bz2
contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 2c119c1..7145091 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ CC = cc
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -I../libcontacts
CFLAGS = -std=c99 -Wall -O2
-LDFLAGS = -s -L../libcontacts -lcontacts -lsimple
+LDFLAGS = -L../libcontacts -lcontacts -lsimple