Strip by default - smdev - suckless mdev
(HTM) git clone git://git.suckless.org/smdev
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f56970a8898e8a905548a62a765f6b38e978512d
(DIR) parent 90f6363c5771f1cbfde3bc7f8dd125ac0c7959bf
(HTM) Author: sin <sin@2f30.org>
Date: Sun, 28 Sep 2014 14:02:33 +0100
Strip by default
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
@@ -8,4 +8,4 @@ PREFIX = /usr/local
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS)
-LDFLAGS =
+LDFLAGS = -s