[hackers] [sinit] Remove -Wno-unused-result and add -s || sin

From: <git_AT_suckless.org>
Date: Sun, 17 Aug 2014 23:33:25 +0200

commit fd3f3ff9ee28e5f9e1b34beb2f2b8a8d79cbedca
Author: sin <sin_AT_2f30.org>
Date: Sun Aug 17 22:17:07 2014 +0100

    Remove -Wno-unused-result and add -s

diff --git a/config.mk b/config.mk
index 800a857..3b5a6e4 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -8,5 +8,5 @@ MANPREFIX = $(PREFIX)/share/man
 CC = cc
 LD = $(CC)
 CPPFLAGS =
-CFLAGS = -Wextra -Wall -Wno-unused-result -Os $(CPPFLAGS)
-LDFLAGS = -static
+CFLAGS = -Wextra -Wall -Os $(CPPFLAGS)
+LDFLAGS = -s -static
Received on Sun Aug 17 2014 - 23:33:25 CEST

This archive was generated by hypermail 2.3.0 : Sun Aug 17 2014 - 23:36:08 CEST