From fd3f3ff9ee28e5f9e1b34beb2f2b8a8d79cbedca Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 17 Aug 2014 22:17:07 +0100 Subject: Remove -Wno-unused-result and add -s --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 800a857..3b5a6e4 100644 --- a/config.mk +++ b/config.mk @@ -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 -- cgit v1.2.3-54-g00ecf