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

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

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

    Remove -Wno-unused-result and -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:19:44 CEST

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