aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-07 01:32:49 +0200
committerMattias Andrée <maandree@kth.se>2019-10-07 01:32:49 +0200
commit2280dd2911d0470168041721d0c698e869388a2f (patch)
treeb1294313ea1ee9960ae1a9751a1d92ca41d55ccc
parentAdd .so file (diff)
downloadlibclut-2280dd2911d0470168041721d0c698e869388a2f.tar.gz
libclut-2280dd2911d0470168041721d0c698e869388a2f.tar.bz2
libclut-2280dd2911d0470168041721d0c698e869388a2f.tar.xz
Add -s to 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 32897e2..95f41fe 100644
--- a/config.mk
+++ b/config.mk
@@ -3,4 +3,4 @@ MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall
-LDFLAGS = -lm
+LDFLAGS = -lm -s