aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-04 13:37:31 +0200
committerMattias Andrée <maandree@kth.se>2021-04-04 13:37:31 +0200
commitd831e279cb856ec720ed770ce9d0c39eb347b7e1 (patch)
tree51dac38fdba5dfdee06a46fa7bed3dc0f01c035f /config.mk
parentmisc (diff)
downloadcontacts-d831e279cb856ec720ed770ce9d0c39eb347b7e1.tar.gz
contacts-d831e279cb856ec720ed770ce9d0c39eb347b7e1.tar.bz2
contacts-d831e279cb856ec720ed770ce9d0c39eb347b7e1.tar.xz
m + add list-birthdays and set-contact-birthday
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 7145091..2c119c1 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 = -L../libcontacts -lcontacts -lsimple
+LDFLAGS = -s -L../libcontacts -lcontacts -lsimple