Introduction
Introduction Statistics Contact Development Disclaimer Help
Strip by default - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit f56970a8898e8a905548a62a765f6b38e978512d
parent 90f6363c5771f1cbfde3bc7f8dd125ac0c7959bf
Author: sin <[email protected]>
Date: Sun, 28 Sep 2014 14:02:33 +0100
Strip by default
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.